Skip to content

Commit

Permalink
Rename prof_call_figure_depth to prof_call_tree_figure_depth
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Apr 17, 2023
1 parent 1a0157d commit 378cba0
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 297 deletions.
3 changes: 2 additions & 1 deletion ext/ruby_prof/rp_call_tree.h
Expand Up @@ -35,7 +35,8 @@ prof_call_tree_t* call_tree_table_lookup(st_table* table, st_data_t key);
void prof_call_tree_add_parent(prof_call_tree_t* self, prof_call_tree_t* parent);
void prof_call_tree_add_child(prof_call_tree_t* self, prof_call_tree_t* child);

uint32_t prof_call_figure_depth(prof_call_tree_t* call_tree_data);
uint32_t prof_call_tree_figure_depth(prof_call_tree_t* call_tree);
VALUE prof_call_tree_methods(prof_call_tree_t* call_tree);

prof_call_tree_t* prof_get_call_tree(VALUE self);
VALUE prof_call_tree_wrap(prof_call_tree_t* call_tree);
Expand Down

0 comments on commit 378cba0

Please sign in to comment.