dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
GUIGraphics.StopWatch
dplug
gui
graphics
GUIGraphics
Undocumented in source.
class
GUIGraphics
version(BenchmarkCompositing)
nothrow @
nogc
class
StopWatch {
this
(string title);
void
start
();
enum
WARMUP
;
void
stop
();
void
displayMean
();
string
_title
;
uint
_lastTime
;
double
sum
;
int
times
;
}
Constructors
this
this
(string title)
Undocumented in source.
Members
Functions
displayMean
void
displayMean
()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void
start
()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void
stop
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
WARMUP
enum
WARMUP
;
Undocumented in source.
Variables
_lastTime
uint
_lastTime
;
Undocumented in source.
_title
string
_title
;
Undocumented in source.
sum
double
sum
;
Undocumented in source.
times
int
times
;
Undocumented in source.
Meta
Source
See Implementation
dplug
gui
graphics
GUIGraphics
classes
StopWatch
WindowListener
constructors
this
destructors
~this
functions
closeUI
compositeGUI
doDraw
doResize
extendsDirtyRect
getGUISize
openUI
recomputeDirtyAreas
regenerateMipmaps
renderElements
setUpdateMargin
variables
_areasToRender
_areasToRenderNonOverlapping
_areasToRenderNonOverlappingTiled
_areasToUpdateNonOverlapping
_areasToUpdateTemp
_askedHeight
_askedWidth
_compositingWatch
_depthMap
_diffuseMap
_drawWatch
_elemsToDraw
_elemsToDrawScratch
_materialMap
_mipmapWatch
_renderedBuffer
_threadPool
_uiContext
_updateMargin
_updateRectScratch
_window
_windowListener
compositor