A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
SizeProfiler Class Reference

Simple profiler for what is written to a BinaryWriter stream. More...

Classes

struct  ProfileSizePoint
 

Static Public Member Functions

static void Begin (string s, BinaryWriter stream)
 
static void Begin (string s, BinaryWriter stream, bool autoClosing)
 
static void Begin (string s, Stream stream, bool autoClosing)
 
static void End (string s, BinaryWriter stream)
 
static void End (string s, Stream stream)
 
static void Initialize ()
 
static void Log ()
 

Static Private Attributes

static bool hasClosed = false
 
static string lastOpen = ""
 
static Dictionary< string,
ProfileSizePoint
profiles = new Dictionary<string, ProfileSizePoint>()
 

Detailed Description

Simple profiler for what is written to a BinaryWriter stream.


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