diff options
| author | 2015-02-05 14:53:25 -0200 | |
|---|---|---|
| committer | 2015-03-01 21:47:13 -0300 | |
| commit | cd1fbfcf1b70e365d81480ec0f56db19ed02454f (patch) | |
| tree | b220b105d1b8016bb258047683bf2d03795c8881 /src/common/CMakeLists.txt | |
| parent | Merge pull request #616 from archshift/5551 (diff) | |
| download | yuzu-cd1fbfcf1b70e365d81480ec0f56db19ed02454f.tar.gz yuzu-cd1fbfcf1b70e365d81480ec0f56db19ed02454f.tar.xz yuzu-cd1fbfcf1b70e365d81480ec0f56db19ed02454f.zip | |
Add profiling infrastructure and widget
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index b05c35546..daa2d59de 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -14,6 +14,7 @@ set(SRCS | |||
| 14 | mem_arena.cpp | 14 | mem_arena.cpp |
| 15 | memory_util.cpp | 15 | memory_util.cpp |
| 16 | misc.cpp | 16 | misc.cpp |
| 17 | profiler.cpp | ||
| 17 | scm_rev.cpp | 18 | scm_rev.cpp |
| 18 | string_util.cpp | 19 | string_util.cpp |
| 19 | symbols.cpp | 20 | symbols.cpp |
| @@ -48,11 +49,14 @@ set(HEADERS | |||
| 48 | mem_arena.h | 49 | mem_arena.h |
| 49 | memory_util.h | 50 | memory_util.h |
| 50 | platform.h | 51 | platform.h |
| 52 | profiler.h | ||
| 53 | profiler_reporting.h | ||
| 51 | scm_rev.h | 54 | scm_rev.h |
| 52 | scope_exit.h | 55 | scope_exit.h |
| 53 | string_util.h | 56 | string_util.h |
| 54 | swap.h | 57 | swap.h |
| 55 | symbols.h | 58 | symbols.h |
| 59 | synchronized_wrapper.h | ||
| 56 | thread.h | 60 | thread.h |
| 57 | thread_queue_list.h | 61 | thread_queue_list.h |
| 58 | thunk.h | 62 | thunk.h |