Ignore:
Timestamp:
Jun 20, 2016, 12:05:51 AM (8 years ago)
Author:
alloc
Message:

8_12_15_2

File:
1 edited

Legend:

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

    r279 r282  
    132132                                Interlocked.Increment (ref handlingCount);
    133133                                Interlocked.Increment (ref currentHandlers);
    134                                 MicroStopwatch msw = new MicroStopwatch ();
     134//                              MicroStopwatch msw = new MicroStopwatch ();
    135135                                HttpListenerContext ctx = _listener.EndGetContext (result);
    136136                                _listener.BeginGetContext (new AsyncCallback (HandleRequest), _listener);
     
    193193                                                ctx.Response.Close ();
    194194                                        }
    195                                         msw.Stop ();
    196                                         totalHandlingTime += msw.ElapsedMicroseconds;
    197                                         Log.Out ("Web.HandleRequest(): Took {0} µs", msw.ElapsedMicroseconds);
     195//                                      msw.Stop ();
     196//                                      totalHandlingTime += msw.ElapsedMicroseconds;
     197//                                      Log.Out ("Web.HandleRequest(): Took {0} µs", msw.ElapsedMicroseconds);
    198198                                        Interlocked.Decrement (ref currentHandlers);
    199199                                }
Note: See TracChangeset for help on using the changeset viewer.