MCPcopy Create free account
hub / github.com/cginternals/glbinding / start

Method start

source/examples/comparison/Timer.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11void Timer::start(const char * msg)
12{
13 m_msg = msg;
14 time = std::chrono::system_clock::now();
15}
16
17void Timer::setSteps(int steps)
18{

Callers 5

compareFunction · 0.80
setContinuousRepaintMethod · 0.80
initializeGLMethod · 0.80
setContinuousRepaintMethod · 0.80
initializeGLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected