Skip to content

Commit

Permalink
add a few missing allocating ops to profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Jul 11, 2018
1 parent 0e5d6aa commit 69e2a38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/profiler/instrument.c
Expand Up @@ -150,6 +150,9 @@ static void instrument_graph(MVMThreadContext *tc, MVMSpeshGraph *g) {
case MVM_OP_rand_I:
case MVM_OP_coerce_nI:
case MVM_OP_coerce_sI:
case MVM_OP_coerce_is:
case MVM_OP_coerce_ns:
case MVM_OP_smrt_strify:
case MVM_OP_radix_I: {
add_allocation_logging(tc, g, bb, ins);
break;
Expand Down

0 comments on commit 69e2a38

Please sign in to comment.