diff options
author | Vijay Pai <vpai@google.com> | 2015-04-13 10:41:40 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2015-04-13 10:41:40 -0700 |
commit | 6dfa7e6ea3dbe23923b2a32b0c976d5004a0d11d (patch) | |
tree | 5991fb05e5c9cb5fb7432ca29910f12c2277f205 /src | |
parent | c5624f7331a4eb7d45f7e06d807a0f7629c4028f (diff) |
Move files to a new "profiling" directory to better distinguish from census
statistics
Diffstat (limited to 'src')
-rw-r--r-- | src/core/profiling/timers.c (renamed from src/core/statistics/timers.c) | 0 | ||||
-rw-r--r-- | src/core/profiling/timers.h (renamed from src/core/statistics/timers.h) | 0 | ||||
-rw-r--r-- | src/core/surface/init.c | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/src/core/statistics/timers.c b/src/core/profiling/timers.c index 185e462c83..185e462c83 100644 --- a/src/core/statistics/timers.c +++ b/src/core/profiling/timers.c diff --git a/src/core/statistics/timers.h b/src/core/profiling/timers.h index 3303138b40..3303138b40 100644 --- a/src/core/statistics/timers.h +++ b/src/core/profiling/timers.h diff --git a/src/core/surface/init.c b/src/core/surface/init.c index 5d0eaadf1c..4de51a666f 100644 --- a/src/core/surface/init.c +++ b/src/core/surface/init.c @@ -36,7 +36,7 @@ #include "src/core/debug/trace.h" #include "src/core/iomgr/iomgr.h" #include "src/core/statistics/census_interface.h" -#include "src/core/statistics/timers.h" +#include "src/core/profiling/timers.h" #include "src/core/surface/call.h" #include "src/core/surface/init.h" #include "src/core/surface/surface_trace.h" |