We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708a8bf commit 42b1609Copy full SHA for 42b1609
dep.pl
@@ -171,6 +171,8 @@
171
sub draw_func
172
{
173
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/) {
176
if ($list =~ /$funcs[0]/) {
177
return;
178
} else {
0 commit comments