Bugfix in search_for_outside_edge routine.
[voro++.git] / trunk / examples / timing / README
blob9afd47aaf7ac5e72336eadbda15244aed5a5b9a2
1 Timing examples
2 ===============
3 These codes and scripts can be used to test the code's performance. The program
4 timing_test.cc creates a container with 100000 particles, and then times the
5 computation of all the cells in the container, using the dummy function
6 compute_all_cells().
8 The code will compile and run in the usual way, but it can also be tuned using
9 the preprocessor macro NNN to configure the grid size. The perl script
10 timing_test.pl will compile and run the program multiple times for NNN in the
11 range 10 to 40. For each value of NNN, it carries out three runs, and prints a
12 mean and standard deviation of times.