mirror of
https://github.com/yse/easy_profiler.git
synced 2025-01-14 00:27:55 +08:00
Older compiler build
This commit is contained in:
parent
b1bf6a1ac8
commit
a9e6ac084b
@ -231,9 +231,11 @@ int main(int argc, char* argv[])
|
|||||||
EASY_MAIN_THREAD;
|
EASY_MAIN_THREAD;
|
||||||
profiler::startListen();
|
profiler::startListen();
|
||||||
|
|
||||||
|
#ifdef EASY_CONSTEXPR_AVAILABLE
|
||||||
constexpr int grrr[] {2, -3, 4};
|
constexpr int grrr[] {2, -3, 4};
|
||||||
auto pppp = &grrr;
|
auto pppp = &grrr;
|
||||||
EASY_ARRAY("threads count", grrr, 3, false, true, "blabla", profiler::colors::Blue/*, EASY_VIN("threads count")*/, profiler::OFF);
|
EASY_ARRAY("threads count", grrr, 3, false, true, "blabla", profiler::colors::Blue/*, EASY_VIN("threads count")*/, profiler::OFF);
|
||||||
|
#endif
|
||||||
|
|
||||||
int* intPtr = new int(2);
|
int* intPtr = new int(2);
|
||||||
EASY_VALUE("count", *intPtr);
|
EASY_VALUE("count", *intPtr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user