Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
7a1fa486
Commit
7a1fa486
authored
Jun 08, 2022
by
turneram
Browse files
Formatting
parent
6e60de71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/program.cpp
src/program.cpp
+3
-3
No files found.
src/program.cpp
View file @
7a1fa486
...
@@ -719,9 +719,9 @@ void program::perf_report(std::ostream& os,
...
@@ -719,9 +719,9 @@ void program::perf_report(std::ostream& os,
os
<<
std
::
endl
;
os
<<
std
::
endl
;
os
<<
"Batch size: "
<<
batch
<<
std
::
endl
;
os
<<
"Batch size: "
<<
batch
<<
std
::
endl
;
os
<<
"Average: "
<<
average
<<
std
::
endl
;
os
<<
"Average: "
<<
average
<<
"ms"
<<
std
::
endl
;
os
<<
"Median: "
<<
med
<<
std
::
endl
;
os
<<
"Median: "
<<
med
<<
"ms"
<<
std
::
endl
;
os
<<
"Standard deviation: "
<<
std_dev
<<
std
::
endl
;
os
<<
"Standard deviation: "
<<
std_dev
<<
"ms"
<<
std
::
endl
;
os
<<
"Rate: "
<<
rate
*
batch
<<
"/sec"
<<
std
::
endl
;
os
<<
"Rate: "
<<
rate
*
batch
<<
"/sec"
<<
std
::
endl
;
os
<<
"Total time: "
<<
total_time
<<
"ms"
<<
std
::
endl
;
os
<<
"Total time: "
<<
total_time
<<
"ms"
<<
std
::
endl
;
os
<<
"Total instructions time: "
<<
total_instruction_time
<<
"ms"
<<
std
::
endl
;
os
<<
"Total instructions time: "
<<
total_instruction_time
<<
"ms"
<<
std
::
endl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment