You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there also a way to use the profiler for low versions, like (C++03)
Unfortunately, the profiler.h header is built using C++11 features, making it incompatible with C++03 and earlier standards. Backporting it to C++03 would require significant changes, such as replacing modern C++ constructs (e.g., std::chrono, std::thread, or auto) with alternatives available in C++03.
Hello to all,
I would like to ask two questions here, and I look forward to answers.
I want to use this profiler not only for C++ projects, but also for C projects, is that possible with this profiler?
Is there also a way to use the profiler for low versions, like (C++03)?
The text was updated successfully, but these errors were encountered: