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
b47baa45
Commit
b47baa45
authored
Aug 22, 2017
by
incardon
Browse files
Eliminating from performance test useless string
parent
417035d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vector/performance/vector_dist_performance_util.hpp
View file @
b47baa45
...
...
@@ -410,9 +410,6 @@ void StandardPerformanceGraph(std::string file_mean,
options2
.
xAxis
=
std
::
string
(
x_string
);
options2
.
lineWidth
=
4
;
std
::
string
str2
(
"<h2>2) Time to create the cell-list</h2>"
);
cg
.
addHTML
(
str2
);
for
(
size_t
i
=
0
;
i
<
yp_mean
.
get
(
0
).
size
()
;
i
++
)
{
std
::
string
chart_area
;
...
...
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