Skip to content

Commit

Permalink
count hypocs/s
Browse files Browse the repository at this point in the history
  • Loading branch information
xspanger3770 committed May 7, 2024
1 parent a4f468b commit e50f5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GQHypocenterSearch/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ int main() {
}
}

printf("best: %.2fpps\n", best_pps);
printf("best: %.2fpps, %.2f hypocs/s\n", best_pps, (best_pps * 1500.0));

append_to_csv(filename, best_pps, BLOCK_HYPOCS, TILE);

Expand Down

0 comments on commit e50f5ef

Please sign in to comment.