Integrate the MicroProfile profiling library

This brings goodies such as a configurable user interface and
multi-threaded timeline view.
This commit is contained in:
Yuri Kunde Schlesner 2015-08-17 18:25:21 -03:00
parent c7745408f7
commit 0fcabd2b11
24 changed files with 11142 additions and 0 deletions

View file

@ -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