|
A* Pathfinding Project
4.0.10
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 | Run (System.Action action) |
| void | Start () |
| void | Stop () |
| void | Stop (int control) |
| override string | ToString () |
Static Public Member Functions | |
| static void | WriteCSV (string path, params Profile[] profiles) |
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 Run | ( | System.Action | action | ) |
| void Start | ( | ) |
| void Stop | ( | ) |
| void Stop | ( | int | control | ) |
| override string ToString | ( | ) |
|
static |
|
private |
|
private |
|
private |
|
private |
| readonly string name |
|
private |
|
private |
|
private |