Changes between Version 2 and Version 3 of Ticket #154
- Timestamp:
- May 18, 2007, 4:03:06 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #154 – Description
v2 v3 1 1 Profiling of okushiri (yieldstep=0.05, finaltime=2) gave the following runtimes: 2 2 3 *store_vertex_values_uniquely(True): 138.3s 4 *store_vertex_values_uniquely(False): 505.6s 5 *No storing: 28.2s 3 store_vertex_values_uniquely(True): 138.3s 4 5 store_vertex_values_uniquely(False): 505.6s 6 7 No storing: 28.2s 8 6 9 7 10 Profiling revealed that quantity.get_vertex_values is the culprit.