Skip to content

Commit

Permalink
track_fun => trace
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Apr 13, 2010
1 parent 3221e41 commit b075f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/memprof.c
Expand Up @@ -1818,7 +1818,7 @@ Init_memprof()
rb_define_singleton_method(memprof, "track", memprof_track, -1);
rb_define_singleton_method(memprof, "dump", memprof_dump, -1);
rb_define_singleton_method(memprof, "dump_all", memprof_dump_all, -1);
rb_define_singleton_method(memprof, "track_fun", memprof_track_fun, -1);
rb_define_singleton_method(memprof, "trace", memprof_track_fun, -1);

objs = st_init_numtable();
init_memprof_config_base();
Expand Down

0 comments on commit b075f9e

Please sign in to comment.