profiler.cpp 146 B

123456
  1. #include <precomp.h>
  2. #include "profiler.h"
  3. PtrListInsertSorted<__ProfilerEntry, __ProfilerEntrySort> __profiler_entries;
  4. int __profiler_indent;