Integrate the MicroProfile profiling library
This brings goodies such as a configurable user interface and multi-threaded timeline view.
This commit is contained in:
parent
c7745408f7
commit
0fcabd2b11
24 changed files with 11142 additions and 0 deletions
|
@ -11,6 +11,7 @@ set(SRCS
|
|||
logging/text_formatter.cpp
|
||||
logging/backend.cpp
|
||||
memory_util.cpp
|
||||
microprofile.cpp
|
||||
misc.cpp
|
||||
profiler.cpp
|
||||
scm_rev.cpp
|
||||
|
@ -43,6 +44,8 @@ set(HEADERS
|
|||
make_unique.h
|
||||
math_util.h
|
||||
memory_util.h
|
||||
microprofile.h
|
||||
microprofileui.h
|
||||
platform.h
|
||||
profiler.h
|
||||
profiler_reporting.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue