Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Nov 8, 2023
1 parent c44c695 commit 8be63d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/layout/execute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ int execute(chopper::configuration & config, std::vector<std::string> const & fi
seqan::hibf::layout::layout hibf_layout;
std::vector<seqan::hibf::sketch::hyperloglog> sketches;

seqan::hibf::timer<seqan::hibf::concurrent::yes> compute_sketches_timer{};
seqan::hibf::timer<seqan::hibf::concurrent::yes> union_estimation_timer{};
seqan::hibf::timer<seqan::hibf::concurrent::yes> rearrangement_timer{};
seqan::hibf::timer<seqan::hibf::concurrent::yes> dp_algorithm_timer{};
seqan::hibf::concurrent_timer compute_sketches_timer{};
seqan::hibf::concurrent_timer union_estimation_timer{};
seqan::hibf::concurrent_timer rearrangement_timer{};
seqan::hibf::concurrent_timer dp_algorithm_timer{};

if (config.determine_best_tmax)
{
Expand Down

0 comments on commit 8be63d8

Please sign in to comment.