LayerProcGen v0.1.0
Layer-based infinite procedural generation
Loading...
Searching...
No Matches
SimpleProfiler.ProfilerInfo

Inherits IPoolable.

Public Member Functions

void Reset ()
 Called by the pool when this IPoolable object is returned to the pool.
 

Public Attributes

long allocation
 
int calls
 
int current
 
long duration
 
int key
 
int level
 
string name
 
ProfilerInfo parent
 
int priority
 

Member Function Documentation

◆ Reset()

void Reset ( )

Called by the pool when this IPoolable object is returned to the pool.

Implements IPoolable.