Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docling-project/docling-parse
/ timer
Method
timer
src/parse/utils/timer.h:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
};
28
29
timer::timer():
30
beg(std::chrono::steady_clock::now())
31
{}
32
33
timer::~timer()
34
{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected