From 2198ecc98ecc5e94f2856795065d198557387ade Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Nov 2014 15:15:54 +0300 Subject: Add more profiler labels. --- src/utils/physfsrwops.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/utils/physfsrwops.cpp') diff --git a/src/utils/physfsrwops.cpp b/src/utils/physfsrwops.cpp index b4afa5e9e..25e6cfa8d 100644 --- a/src/utils/physfsrwops.cpp +++ b/src/utils/physfsrwops.cpp @@ -233,6 +233,7 @@ static bool checkFilePath(const char *const fname) SDL_RWops *PHYSFSRWOPS_openRead(const char *const fname) { + BLOCK_START("PHYSFSRWOPS_openRead") #ifdef __APPLE__ if (!checkFilePath(fname)) return nullptr; @@ -241,7 +242,13 @@ SDL_RWops *PHYSFSRWOPS_openRead(const char *const fname) if (Fuzzer::conditionTerminate(fname)) return nullptr; #endif +#ifdef USE_PROFILER + SDL_RWops *const ret = create_rwops(PhysFs::openRead(fname)); + BLOCK_END("PHYSFSRWOPS_openRead") + return ret; +#else return create_rwops(PhysFs::openRead(fname)); +#endif } /* PHYSFSRWOPS_openRead */ SDL_RWops *PHYSFSRWOPS_openWrite(const char *const fname) -- cgit v1.2.3-70-g09d2