aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/bfc/util/profiler.cpp
blob: 3871434fad54d81ed524232e3933816807067936 (plain) (blame)
1
2
3
4
5
6
#include <precomp.h>
#include "profiler.h"

PtrListInsertSorted<__ProfilerEntry, __ProfilerEntrySort> __profiler_entries;

int __profiler_indent;