pure-cpp 1.0.0
A C++ physics simulation benchmark comparing performance with Python implementations
app_profiler.hpp File Reference

Global application profiling instrumentation. More...

#include <QDebug>
#include <chrono>
Include dependency graph for app_profiler.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AppUtils::AppProfiler
 Global application profiler for measuring non-physics phases. More...
 

Namespaces

namespace  AppUtils
 Namespace for application-wide utility functions, primarily for exception handling.
 

Detailed Description

Global application profiling instrumentation.

Author
Le Bars, Yoann

This file provides profiling instrumentation for application-wide phases:

  • Qt initialization
  • 3D window creation
  • Frame rendering
  • Cleanup

Definition in file app_profiler.hpp.