MCPcopy Create free account
hub / github.com/clementgallet/libTAS / getStacktrace

Method getStacktrace

src/program/ui/TimeTraceModel.cpp:146–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146std::string TimeTraceModel::getStacktrace(int index)
147{
148 auto it = time_calls_map.begin();
149 std::advance(it, index);
150 if (it == time_calls_map.end())
151 return std::string("");
152
153 return it->second.stacktrace;
154}
155
156void TimeTraceModel::clearData()
157{

Callers 1

slotStacktraceMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected