Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ TimingEntry
Method
TimingEntry
MiniZincIDE/profilecompilation.cpp:37–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
TimingEntry::TimingEntry(const QJsonObject& obj)
38
{
39
QFileInfo fi(obj[
"filename"
].toString());
40
_filename = fi.canonicalFilePath();
41
_line = obj[
"line"
].toInt();
42
_time = obj[
"time"
].toInt();
43
}
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected