Skip to content

Commit

Permalink
Change profile label
Browse files Browse the repository at this point in the history
  • Loading branch information
w1th0utnam3 committed Jul 11, 2023
1 parent d81990c commit 2c10bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ With these parameters, a scene with 13353401 particles is reconstructed in less
[23:45:01.188][INFO] surface reconstruction: 100.00%, 2756.54ms avg, 1 call (total: 2.757s)
[23:45:01.188][INFO] loading particle positions: 3.00%, 82.68ms avg, 1 call (total: 0.083s)
[23:45:01.188][INFO] compute minimum enclosing aabb: 0.21%, 5.91ms avg, 1 call (total: 0.006s)
[23:45:01.188][INFO] surface reconstruction prototype: 88.17%, 2430.35ms avg, 1 call (total: 2.430s)
[23:45:01.188][INFO] surface reconstruction subdomain-grid: 88.17%, 2430.35ms avg, 1 call (total: 2.430s)
[23:45:01.188][INFO] decomposition: 3.29%, 80.06ms avg, 1 call (total: 0.080s)
[23:45:01.188][INFO] classifying particles: 21.22%, 16.99ms avg, 1 call (total: 0.017s)
[23:45:01.188][INFO] merging TL per cell particle counters: 0.18%, 0.14ms avg, 1 call (total: 0.000s)
Expand Down
2 changes: 1 addition & 1 deletion splashsurf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ With these parameters, a scene with 13353401 particles is reconstructed in less
[23:45:01.188][INFO] surface reconstruction: 100.00%, 2756.54ms avg, 1 call (total: 2.757s)
[23:45:01.188][INFO] loading particle positions: 3.00%, 82.68ms avg, 1 call (total: 0.083s)
[23:45:01.188][INFO] compute minimum enclosing aabb: 0.21%, 5.91ms avg, 1 call (total: 0.006s)
[23:45:01.188][INFO] surface reconstruction prototype: 88.17%, 2430.35ms avg, 1 call (total: 2.430s)
[23:45:01.188][INFO] surface reconstruction subdomain-grid: 88.17%, 2430.35ms avg, 1 call (total: 2.430s)
[23:45:01.188][INFO] decomposition: 3.29%, 80.06ms avg, 1 call (total: 0.080s)
[23:45:01.188][INFO] classifying particles: 21.22%, 16.99ms avg, 1 call (total: 0.017s)
[23:45:01.188][INFO] merging TL per cell particle counters: 0.18%, 0.14ms avg, 1 call (total: 0.000s)
Expand Down
2 changes: 1 addition & 1 deletion splashsurf_lib/src/reconstruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub(crate) fn reconstruct_surface_subdomain_grid<'a, I: Index, R: Real>(
output_surface: &'a mut SurfaceReconstruction<I, R>,
) -> Result<(), anyhow::Error> {
let mesh = {
profile!("surface reconstruction prototype");
profile!("surface reconstruction subdomain-grid");

let parameters = initialize_parameters(parameters, &particle_positions, output_surface)?;

Expand Down

0 comments on commit 2c10bba

Please sign in to comment.