Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
8afbf0ed
Commit
8afbf0ed
authored
May 21, 2016
by
Ismael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reworked comment for complexity report
parent
07efafbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
reporter.h
include/benchmark/reporter.h
+2
-2
No files found.
include/benchmark/reporter.h
View file @
8afbf0ed
...
...
@@ -93,8 +93,8 @@ class BenchmarkReporter {
// benchmark, thus have the same name.
virtual
void
ReportRuns
(
const
std
::
vector
<
Run
>&
report
)
=
0
;
// Called once at the last
instance of a benchmark range, gives information about
// asymptotic complexity and RMS.
// Called once at the last
benchmark in a family of benchmarks, gives information
// a
bout a
symptotic complexity and RMS.
// Note that all the benchmark runs in a range should refer to the same benchmark,
// thus have the same name.
virtual
void
ReportComplexity
(
const
std
::
vector
<
Run
>&
complexity_reports
)
=
0
;
...
...
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