Changes between Initial Version and Version 1 of Ticket #154
- Timestamp:
- May 18, 2007, 3:45:27 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #154 – Description
initial v1 1 1 Profiling of okushiri (yieldstep=0.05, finaltime=2) gave the following runtimes: 2 2 3 store_vertex_values_uniquely(True): 138.3s4 store_vertex_values_uniquely(False): 505.6s5 No storing: 28.2s3 * store_vertex_values_uniquely(True): 138.3s 4 * store_vertex_values_uniquely(False): 505.6s 5 * No storing: 28.2s 6 6 7 7 Profiling revealed that quantity.get_vertex_values is the culprit.