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 7dd6095 commit e34790fCopy full SHA for e34790f
site/src/selector.rs
@@ -479,8 +479,8 @@ impl StatisticSeries {
479
SeriesResponse {
480
series: StatisticSeries {
481
artifact_ids: ArtifactIdIter::new(artifact_ids.clone()),
482
- points: if metric == *"cpu-clock" {
483
- // Convert to seconds -- perf reports this measurement in
+ points: if metric == *"cpu-clock" || metric == *"task-clock" {
+ // Convert to seconds -- perf reports these measurements in
484
// milliseconds
485
points
486
.into_iter()
0 commit comments