Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ start
Method
start
src/Core/Time/Chronometer.cpp:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
namespace obe::Time
6
{
7
void Chronometer::start()
8
{
9
m_start = epoch();
10
m_started = true;
11
}
12
13
void Chronometer::stop()
14
{
Callers
2
TriggerManager
Method · 0.45
clear
Method · 0.45
Calls
1
epoch
Function · 0.85
Tested by
no test coverage detected