Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
GUIControlProfiler.h File Reference
#include "GUIControl.h"
#include <vector>

Classes

class  CGUIControlProfilerItem
 
class  CGUIControlProfiler
 

Macros

#define GUIPROFILER_VISIBILITY_BEGIN(x)
 
#define GUIPROFILER_VISIBILITY_END(x)
 
#define GUIPROFILER_RENDER_BEGIN(x)
 
#define GUIPROFILER_RENDER_END(x)
 

Macro Definition Documentation

◆ GUIPROFILER_RENDER_BEGIN

#define GUIPROFILER_RENDER_BEGIN ( x)
Value:
void BeginRender(CGUIControl *pControl)
Definition GUIControlProfiler.cpp:263
static CGUIControlProfiler & Instance(void)
Definition GUIControlProfiler.cpp:232
static bool IsRunning(void)
Definition GUIControlProfiler.cpp:238

◆ GUIPROFILER_RENDER_END

#define GUIPROFILER_RENDER_END ( x)
Value:
void EndRender(CGUIControl *pControl)
Definition GUIControlProfiler.cpp:269

◆ GUIPROFILER_VISIBILITY_BEGIN

#define GUIPROFILER_VISIBILITY_BEGIN ( x)
Value:
void BeginVisibility(CGUIControl *pControl)
Definition GUIControlProfiler.cpp:251

◆ GUIPROFILER_VISIBILITY_END

#define GUIPROFILER_VISIBILITY_END ( x)
Value:
void EndVisibility(CGUIControl *pControl)
Definition GUIControlProfiler.cpp:257