Commit 7e208103 authored by Alexandre Talon's avatar Alexandre Talon Committed by Commit Bot

[Turbofan] Typo in turbo-stats flag

Simple typo fixed.

Bug: 
Change-Id: I958e384490db02008765408bc825345d350586b2
Reviewed-on: https://chromium-review.googlesource.com/614340Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Commit-Queue: Alexandre Talon <alexandret@google.com>
Cr-Commit-Position: refs/heads/master@{#47358}
parent 05fb2653
...@@ -100,7 +100,7 @@ static void WriteFullLine(std::ostream& os) { ...@@ -100,7 +100,7 @@ static void WriteFullLine(std::ostream& os) {
static void WriteHeader(std::ostream& os) { static void WriteHeader(std::ostream& os) {
WriteFullLine(os); WriteFullLine(os);
os << " Turbonfan phase Time (ms) " os << " Turbofan phase Time (ms) "
<< " Space (bytes) Function\n" << " Space (bytes) Function\n"
<< " " << " "
<< " Total Max. Abs. max.\n"; << " Total Max. Abs. max.\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment