A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
AstarProfiler Class Reference
+ Collaboration diagram for AstarProfiler:

Classes

struct  ProfilePoint
 

Static Public Member Functions

static void EndFastProfile (int tag)
 
static void EndProfile ()
 
static void EndProfile (string tag)
 
static void InitializeFastProfile (string[] profileNames)
 
static void PrintFastResults ()
 
static void PrintResults ()
 
static void Reset ()
 
static void StartFastProfile (int tag)
 
static void StartProfile (string tag)
 

Static Public Attributes

static string[] fastProfileNames
 
static ProfilePoint[] fastProfiles
 

Static Private Attributes

static Dictionary< string,
ProfilePoint
profiles = new Dictionary<string, ProfilePoint>()
 
static DateTime startTime = DateTime.UtcNow
 

The documentation for this class was generated from the following file: