Skip to content

Commit

Permalink
VMEvent: put gc_promoted_bytes_since_last_full in GCEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Sep 2, 2019
1 parent aa93464 commit fdc5eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gc/orchestrate.c
Expand Up @@ -459,6 +459,7 @@ static void run_gc(MVMThreadContext *tc, MVMuint8 what_to_do) {
data[3] = (end_time - start_time) / 1000;
data[4] = gen == MVMGCGenerations_Both;
data[5] = tc->gc_promoted_bytes;
data[5] = MVM_load(&tc->instance->gc_promoted_bytes_since_last_full);
data[6] = tc->thread_id;
data[7] = 0;

Expand Down

0 comments on commit fdc5eac

Please sign in to comment.