Ignore:
Timestamp:
Nov 16, 2018, 10:38:46 PM (6 years ago)
Author:
alloc
Message:

*Latest optimizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/WebCommandResult.cs

    r325 r332  
    3939
    4040                public void SendLines (List<string> _output) {
    41                         MicroStopwatch msw = new MicroStopwatch ();
     41//                      MicroStopwatch msw = new MicroStopwatch ();
    4242
    4343                        StringBuilder sb = new StringBuilder ();
     
    8181                                }
    8282
    83                                 msw.Stop ();
    84                                 if (GamePrefs.GetInt (EnumGamePrefs.HideCommandExecutionLog) < 1) {
    85                                         totalHandlingTime += msw.ElapsedMicroseconds;
    86                                         Log.Out ("WebCommandResult.SendLines(): Took {0} µs", msw.ElapsedMicroseconds);
    87                                 }
     83//                              msw.Stop ();
     84//                              if (GamePrefs.GetInt (EnumGamePrefs.HideCommandExecutionLog) < 1) {
     85//                                      totalHandlingTime += msw.ElapsedMicroseconds;
     86//                                      Log.Out ("WebCommandResult.SendLines(): Took {0} µs", msw.ElapsedMicroseconds);
     87//                              }
    8888
    8989                                Interlocked.Decrement (ref currentHandlers);
Note: See TracChangeset for help on using the changeset viewer.