MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getRenderTime

Method getRenderTime

Source/Basic/Application.cpp:1075–1077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073}
1074
1075double Application::getRenderTime() const noexcept {
1076 return _renderTime;
1077}
1078
1079double Application::getTotalTime() const noexcept {
1080 return _totalTime;

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected