Commit graph

10 commits

Author SHA1 Message Date
Jean-Philip Desjardins
648b2474a5 Cleanup. 2025-01-24 17:21:48 -05:00
Jean-Philip Desjardins
4403687dc8 Use proper definition to remove debug variable in Profiler.
Some checks failed
Build Android / build_android (apk) (push) Has been cancelled
Build Android / build_android (libretro) (push) Has been cancelled
Build iOS / build_ios (push) Has been cancelled
Build JavaScript / build_js (push) Has been cancelled
Build Linux / build_linux (push) Has been cancelled
Build Linux ARM32 / build_linux_arm32 (push) Has been cancelled
Build Linux ARM64 / build_linux_arm64 (push) Has been cancelled
Build macOS / build_macos (push) Has been cancelled
Build Windows / build_windows (x86_32, Visual Studio 16 2019, installer32.nsi, win32_msvc2019, Win32) (push) Has been cancelled
Build Windows / build_windows (x86_64, Visual Studio 16 2019, installer64.nsi, win64_msvc2019_64, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (off, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (on, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Check Format / run_clangformat (push) Has been cancelled
2024-12-29 14:03:54 -05:00
Clang-Format
acf75535ec Clang format 2018-04-30 21:01:23 +01:00
Jean-Philip Desjardins
992eda463b Make sure we count everything in the profiler. 2016-07-17 16:28:06 -04:00
Jean-Philip Desjardins
240bd08ddd Use std::chrono instead of boost::chrono. 2016-07-17 16:10:58 -04:00
Jean-Philip Desjardins
ec4a188c7b Use boost::chrono instead of std::chrono because implementation is bad on Win32. 2014-10-11 00:26:21 -04:00
Jean-Philip Desjardins
b0cb1485d7 Profiler improvements. Now uses a proper timer to count time passed in various zones. Stat presentation still needs work though. 2014-10-05 01:41:06 -04:00
jpd002
5698338e4e Moved "PROFILE" preprocessor condition in Profiler.h to not include other headers because "thread" header is not supported in VS2010.
git-svn-id: http://svn.purei.org/purei/trunk@1053 b36208d7-6611-0410-8bec-b1987f11c4a2
2012-12-24 16:18:14 +00:00
jpd002
a5aaa0bea0 Rewrote the profiler to make it simpler to use and more accurate.
git-svn-id: http://svn.purei.org/purei/trunk@1051 b36208d7-6611-0410-8bec-b1987f11c4a2
2012-12-23 21:35:04 +00:00
jpd002
e3e105e00a git-svn-id: http://svn.purei.org/purei/trunk@62 b36208d7-6611-0410-8bec-b1987f11c4a2 2006-07-18 12:08:40 +00:00