diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-12-21 14:07:46 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2007-12-21 14:07:46 +0000 |
commit | b6b50e9bf0e531fb61d8f3f89f1ec01af97636f6 (patch) | |
tree | ae733078b0e03962cebab1d87e98eee7fe88b8d5 /src/app.c | |
parent | 1b92dad28f9ab2058aff0c1bc688107f4d4c56f1 (diff) |
Accumulate callgraph since last update.
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1899,9 +1899,9 @@ _update_client (App *app) app_set_blocks (app, app->client.blocks); call_graph_store_update (app->client.call_graph, - app, - app->client.allocators, - app->client.last); + app, + app->client.allocators, + app->client.last); summary_update ((Summary *) app->summary_total, &app->client); summary_update ((Summary *) app->summary_current, &app->client); |