首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > regypt

regypt

  • 资源大小:1.78 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Egypt (http://www.gson.org/egypt/egypt.html) is a Perl script to generate call graphs with graphviz (dot, neato...) but when parses a C++ call it generates an ugly output. Regypt renames all the functions to simple numbers. Example of use: $ g++ -dr someFile.cpp -o a.bin$ egypt *expand > outputFromEgypt.txt$ python regypt.py outputFromEgypt.txt > inputForNeato.gv$ neato -T png -o output.png inputForNeato.gv This will generate a call graph for someFile.cpp where each function is a number.
VIP VIP
0.183819s