Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
void Timer::start(const char * msg)
12
{
13
m_msg = msg;
14
time = std::chrono::system_clock::now();
15
}
16
17
void Timer::setSteps(int steps)
18
{
Callers
5
compare
Function · 0.80
setContinuousRepaint
Method · 0.80
initializeGL
Method · 0.80
setContinuousRepaint
Method · 0.80
initializeGL
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected