VISU - PHP Game Framework

ProfilerInterface

Table of Contents

Methods

end()  : void
Ends the current profiling scope
start()  : void
Starts a profiling scope

Methods

end()

Ends the current profiling scope

public end(string $scope) : void
Parameters
$scope : string

The name of the scope to end

start()

Starts a profiling scope

public start(string $scope) : void
Parameters
$scope : string

A unique name for the scope


        
On this page

Search results