Skip to content

Commit

Permalink
heapsnapshot: Make the leaderboards bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Sep 7, 2019
1 parent 920673f commit 1e448ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profiler/heapsnapshot.c
Expand Up @@ -1277,7 +1277,7 @@ typedef struct leaderboard {
MVMuint64 value;
} leaderboard;

#define LEADERBOARDS_TOP_SPOTS 25
#define LEADERBOARDS_TOP_SPOTS 40

static void make_leaderboards(MVMThreadContext *tc, MVMHeapSnapshotCollection *col, MVMHeapSnapshot *hs) {
MVMHeapSnapshotStats *stats = hs->stats;
Expand Down

0 comments on commit 1e448ec

Please sign in to comment.