CARLA
Macros
Profiler.h File Reference
#include "carla/StopWatch.h"
#include <algorithm>
#include <limits>
#include <string>
+ Include dependency graph for Profiler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CARLA_PROFILE_FPS(context, profiler_name)
 
#define CARLA_PROFILE_SCOPE(context, profiler_name)
 

Macro Definition Documentation

◆ CARLA_PROFILE_FPS

#define CARLA_PROFILE_FPS (   context,
  profiler_name 
)

Definition at line 11 of file Profiler.h.

Referenced by Benchmark::AddStream().

◆ CARLA_PROFILE_SCOPE

#define CARLA_PROFILE_SCOPE (   context,
  profiler_name 
)

Definition at line 10 of file Profiler.h.

Referenced by Benchmark::Run().