Add profiling infrastructure and widget

This commit is contained in:
Yuri Kunde Schlesner
2015-02-05 14:53:25 -02:00
parent c1d29ac202
commit cd1fbfcf1b
16 changed files with 757 additions and 0 deletions

View File

@ -14,6 +14,7 @@ set(SRCS
mem_arena.cpp
memory_util.cpp
misc.cpp
profiler.cpp
scm_rev.cpp
string_util.cpp
symbols.cpp
@ -48,11 +49,14 @@ set(HEADERS
mem_arena.h
memory_util.h
platform.h
profiler.h
profiler_reporting.h
scm_rev.h
scope_exit.h
string_util.h
swap.h
symbols.h
synchronized_wrapper.h
thread.h
thread_queue_list.h
thunk.h