Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
ba666b37
Commit
ba666b37
authored
Aug 31, 2017
by
incardon
Browse files
Fixing performance test
parent
f30598cb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Vector/performance/cl_comp_performance_graph.hpp
View file @
ba666b37
...
...
@@ -154,8 +154,8 @@ template<unsigned int dim> void cl_comp_normal_vs_hilbert_create_time(GoogleChar
}
}
names
.
add
(
"Random cell list"
);
names
.
add
(
"Hilbert cell list"
);
names
.
add
(
"Random cell list"
);
for
(
size_t
i
=
0
;
i
<
cl_r_cutoff
.
size
()
;
i
++
)
gnames
.
add
(
"Cell-list performance, cut-off radius: "
+
std
::
to_string
(
cl_r_cutoff
.
get
(
i
)));
...
...
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