mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
Profiler: Show the duration of the time interval chosen
This commit is contained in:
parent
7dab58ac3b
commit
6c3d601e87
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ int main(int argc, char** argv)
|
|||
auto start = normalized_start_time - start_of_trace;
|
||||
auto end = normalized_end_time - start_of_trace;
|
||||
builder.appendff(", Selection: {} - {} ms", start, end);
|
||||
builder.appendff(", Duration: {} ms", end - start);
|
||||
}
|
||||
statusbar.set_text(builder.to_string());
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue