Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
ef3a3885
Commit
ef3a3885
authored
Aug 08, 2016
by
Quentin Khan
Browse files
PerfTest: take tree creation into account when timing load
parent
507d927c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/noDist/PerfTest/TestDriver.hpp
View file @
ef3a3885
...
...
@@ -360,9 +360,9 @@ namespace scalfmm {
algo_factory
algo_f
;
// Build tree and load it
timers
[
"load"
].
tic
();
auto
loader
=
loader_f
.
build
(
params
);
auto
tree
=
tree_f
.
build
(
params
,
*
loader
);
timers
[
"load"
].
tic
();
loader
->
load
(
*
tree
);
timers
[
"load"
].
tac
();
...
...
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