Skip to content

Commit 42b1609

Browse files
committed
how to create a minimized callgraph
1 parent 708a8bf commit 42b1609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dep.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@
171171
sub draw_func
172172
{
173173
my @funcs = split ',', $_[0];
174+
# try this if you want to have a look at a minimized version of the callgraph without all the trivial functions
175+
#if ($list =~ /$funcs[0]/ || $funcs[0] =~ /BN_MP_(ADD|SUB|CLEAR|CLEAR_\S+|DIV|MUL|COPY|ZERO|GROW|CLAMP|INIT|INIT_\S+|SET|ABS|CMP|CMP_D|EXCH)_C/) {
174176
if ($list =~ /$funcs[0]/) {
175177
return;
176178
} else {

0 commit comments

Comments
 (0)