Add profiling infrastructure and widget
This commit is contained in:
parent
c1d29ac202
commit
cd1fbfcf1b
16 changed files with 757 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue