|
Britbot
|
Static Public Member Functions | |
| static void | BeginTime (string key) |
| static void | StopTime (string key) |
| static void | Count (string key) |
| static void | Profile () |
| static void | DumpDebug () |
| static void | Write (string str, bool force=false) |
Static Private Attributes | |
| static Dictionary< string, Queue< long > > | times = new Dictionary<string, Queue<long>>() |
| static Dictionary< string, long > | begins = new Dictionary<string, long>() |
| static Dictionary< string, int > | count = new Dictionary<string, int>() |
| static FileStream | _logFileStream |
1.7.6.1