Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
pub
google
benchmark
Commits
2409cb2e
Commit
2409cb2e
authored
7 years ago
by
Dominic Hamon
Browse files
Options
Download
Email Patches
Plain Diff
Minor move of code to cleanup up namespace spaghetti a bit
parent
a96ff121
main
v1.5.5
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.1
v1.4.0
v1.3.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/benchmark.cc
+2
-7
src/benchmark.cc
with
2 additions
and
7 deletions
+2
-7
src/benchmark.cc
+
2
-
7
View file @
2409cb2e
...
...
@@ -99,20 +99,15 @@ DEFINE_bool(benchmark_counters_tabular, false,
DEFINE_int32
(
v
,
0
,
"The level of verbose logging to output"
);
namespace
benchmark
{
namespace
internal
{
void
UseCharPointer
(
char
const
volatile
*
)
{}
}
// end namespace internal
namespace
{
static
const
size_t
kMaxIterations
=
1000000000
;
}
// end namespace
namespace
internal
{
void
UseCharPointer
(
char
const
volatile
*
)
{}
class
ThreadManager
{
public:
ThreadManager
(
int
num_threads
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets