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
0a4729e7
Commit
0a4729e7
authored
Sep 02, 2017
by
incardon
Browse files
Fixing performance test
parent
8e437522
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vector/performance/cl_comp_performance_graph.hpp
View file @
0a4729e7
...
...
@@ -66,7 +66,7 @@ template<unsigned int dim> void cl_comp_normal_vs_hilbert_force_time(GoogleChart
yp_dev
.
get
(
i
).
get
(
j
).
get
(
0
)
=
cl_time_hilb_dev
.
get
(
i
).
get
(
j
);
yp_mean
.
get
(
i
).
get
(
j
).
get
(
1
)
=
cl_time_rand_mean
.
get
(
i
).
get
(
j
);
yp_dev
.
get
(
i
).
get
(
j
).
get
(
1
)
=
cl_time_rand_
mean
.
get
(
i
).
get
(
j
);
yp_dev
.
get
(
i
).
get
(
j
).
get
(
1
)
=
cl_time_rand_
dev
.
get
(
i
).
get
(
j
);
}
}
...
...
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