Skip to content
Snippets Groups Projects
Commit 0d74f9e1 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Always measure time to measure fasttimers

parent b4260dd4
No related branches found
No related tags found
No related merge requests found
...@@ -294,7 +294,7 @@ static LLTrace::BlockTimerStatHandle FTM_PROCESS_TIMES("Process FastTimer Times" ...@@ -294,7 +294,7 @@ static LLTrace::BlockTimerStatHandle FTM_PROCESS_TIMES("Process FastTimer Times"
void BlockTimer::processTimes() void BlockTimer::processTimes()
{ {
#if LL_TRACE_ENABLED #if LL_TRACE_ENABLED
LL_RECORD_BLOCK_TIME(FTM_PROCESS_TIMES); LL_ALWAYS_RECORD_BLOCK_TIME(FTM_PROCESS_TIMES);
get_clock_count(); // good place to calculate clock frequency get_clock_count(); // good place to calculate clock frequency
// set up initial tree // set up initial tree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment