mirror of
https://github.com/yse/easy_profiler.git
synced 2025-01-14 08:37:55 +08:00
#0 [Core] Refactoring: replaced tabs with spaces
This commit is contained in:
parent
c7b9d4f464
commit
000888f4af
@ -45,7 +45,7 @@ The Apache License, Version 2.0 (the "License");
|
||||
|
||||
#include <easy/profiler.h>
|
||||
|
||||
#if defined(_WIN32) && defined(_MSC_VER) && _MSC_VER <= 1800
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
||||
// std::chrono for MSVC2013 is broken - it has very low resolution of 16ms
|
||||
// restrict usage of std::chrono
|
||||
# if EASY_CHRONO_HIGHRES_CLOCK
|
||||
|
Loading…
x
Reference in New Issue
Block a user