A* Pathfinding Project
3.7.4
The A* Pathfinding Project for Unity 3D
|
Public Member Functions | |
Profile (string name) | |
void | ConsoleLog () |
Log using System.Console. | |
void | Control (Profile other) |
int | ControlValue () |
void | Log () |
Log using Debug.Log. | |
void | Start () |
void | Stop () |
void | Stop (int control) |
override string | ToString () |
Public Attributes | |
readonly string | name |
Private Attributes | |
int | control = 1 << 30 |
int | counter |
const bool | dontCountFirst = false |
long | mem |
const bool | PROFILE_MEM = false |
long | smem |
readonly System.Diagnostics.Stopwatch | watch |
Profile | ( | string | name | ) |
void ConsoleLog | ( | ) |
Log using System.Console.
void Control | ( | Profile | other | ) |
int ControlValue | ( | ) |
void Log | ( | ) |
Log using Debug.Log.
void Start | ( | ) |
void Stop | ( | ) |
void Stop | ( | int | control | ) |
override string ToString | ( | ) |
|
private |
|
private |
|
private |
|
private |
readonly string name |
|
private |
|
private |
|
private |