Skip to content

Commit

Permalink
Minor, performance summary tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Const-me committed Jan 24, 2023
1 parent 993cfa5 commit e8ff6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/PerfSummary/Summary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static string relative( this LogData log )
}

double rel = duration / log.runComplete;
return rel.print();
return rel.ToString( "F4", CultureInfo.InvariantCulture );
}

static string clip( this LogData log )
Expand Down

0 comments on commit e8ff6c5

Please sign in to comment.