summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-12-21 14:07:46 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2007-12-21 14:07:46 +0000
commitb6b50e9bf0e531fb61d8f3f89f1ec01af97636f6 (patch)
treeae733078b0e03962cebab1d87e98eee7fe88b8d5 /src/app.c
parent1b92dad28f9ab2058aff0c1bc688107f4d4c56f1 (diff)
Accumulate callgraph since last update.
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app.c b/src/app.c
index 2f8d015..befa54e 100644
--- a/src/app.c
+++ b/src/app.c
@@ -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);