Minetest  5.4.0
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/numeric.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
 
class  ScopeProfiler
 

Enumerations

enum  ScopeProfilerType { SPT_ADD , SPT_AVG , SPT_GRAPH_ADD }
 

Variables

Profilerg_profiler
 

Enumeration Type Documentation

◆ ScopeProfilerType

Enumerator
SPT_ADD 
SPT_AVG 
SPT_GRAPH_ADD 

Variable Documentation

◆ g_profiler