Luanti 5.16.0-dev
Loading...
Searching...
No Matches
profiler.h File Reference
#include "irrlichttypes.h"
#include <cassert>
#include <string>
#include <map>
#include <ostream>
#include "threading/mutex_auto_lock.h"
#include "util/timetaker.h"
#include "util/basic_macros.h"
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.

Classes

class  Profiler
struct  Profiler::DataPair
class  ScopeProfiler

Enumerations

enum  ScopeProfilerType : u8 { SPT_ADD = 1 , SPT_AVG , SPT_GRAPH_ADD , SPT_MAX }

Variables

Profilerg_profiler

Enumeration Type Documentation

◆ ScopeProfilerType

enum ScopeProfilerType : u8
Enumerator
SPT_ADD 
SPT_AVG 
SPT_GRAPH_ADD 
SPT_MAX 

Variable Documentation

◆ g_profiler