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
argupta
openfpm_pdata
Commits
0351f518
Commit
0351f518
authored
Sep 03, 2017
by
incardon
Browse files
Fixing performance test
parent
a8be35a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vector/performance/cl_part_performance_graph.hpp
View file @
0351f518
...
...
@@ -53,13 +53,13 @@ template<unsigned int dim> void cl_part_time(GoogleChart & cg,
yp_dev
.
get
(
i
).
get
(
j
).
get
(
k
)
=
cl_time_hilb_dev
.
get
(
i
).
get
(
j
).
get
(
k
);
}
yp_mean
.
get
(
i
).
get
(
j
).
get
(
cl_time_hilb_mean
.
get
(
i
).
get
(
j
).
size
())
=
cl_time_rand_mean
.
get
(
i
).
get
(
j
);
yp_dev
.
get
(
i
).
get
(
j
).
get
(
cl_time_hilb_mean
.
get
(
i
).
get
(
j
).
size
())
=
cl_time_rand_
mean
.
get
(
i
).
get
(
j
);
yp_dev
.
get
(
i
).
get
(
j
).
get
(
cl_time_hilb_mean
.
get
(
i
).
get
(
j
).
size
())
=
cl_time_rand_
dev
.
get
(
i
).
get
(
j
);
}
}
names
.
add
(
"No-order"
);
for
(
size_t
i
=
0
;
i
<
cl_orders
.
size
()
;
i
++
)
names
.
add
(
std
::
string
(
"Order of: "
+
std
::
to_string
(
cl_orders
.
get
(
i
))));
{
names
.
add
(
std
::
string
(
"Order of: "
+
std
::
to_string
(
cl_orders
.
get
(
i
))));}
names
.
add
(
"No-order"
);
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