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

Method slotAddTimeTrace

src/program/ui/MainWindow.cpp:770–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770void MainWindow::slotAddTimeTrace(int type, unsigned long long hash, std::string stacktrace)
771{
772 windowManager->addTimeTrace(type, hash, stacktrace);
773}
774
775void MainWindow::slotUpdateSettingsWindow(int status)
776{

Callers

nothing calls this directly

Calls 1

addTimeTraceMethod · 0.80

Tested by

no test coverage detected