We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b148872 commit b1883ebCopy full SHA for b1883eb
src/xrScriptEngine/ScriptEngineScript.cpp
@@ -123,7 +123,7 @@ struct profile_timer_script
123
float time() const
124
{
125
using namespace std::chrono;
126
- return float(duration_cast<milliseconds>(accumulator).count()) * 1000000.f;
+ return float(duration_cast<microseconds>(accumulator).count());
127
}
128
};
129
0 commit comments