| 
    A* Pathfinding Project
    3.6.6
    
   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 | |
| string | name | 
Private Attributes | |
| int | control = 1 << 30 | 
| int | counter = 0 | 
| bool | dontCountFirst = false | 
| long | mem = 0 | 
| const bool | PROFILE_MEM = false | 
| long | smem = 0 | 
| System.Diagnostics.Stopwatch | w | 
| 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 | 
| string name | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private |