1 Star 0 Fork 0

llongint/funcGraph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.dot 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
hezuoqiang 提交于 2024-04-22 00:45 . add result file
digraph "main.dot" {
node [fontname=courier, shape=box, style=filled, colorscheme=brbg9]
rankdir=LR
"main" -> "main";
"main" -> "DumpParser::parse[abi:cxx11]()";
"main" -> "getDotFile(..)";
"main" -> "printHelpMessage(..)";
"main" -> "dumpFile(..)";
"dumpFile(..)" -> "dumpFile(..)";
"printHelpMessage(..)" -> "printHelpMessage(..)";
"getDotFile(..)" -> "demangle(..)";
"getDotFile(..)" -> "getTrimmedFunctionName(..)";
"getDotFile(..)" -> "getDotFile(..)";
"getDotFile(..)" -> "matchSkipPatten(..)";
"matchSkipPatten(..)" -> "bool std::..::regex_traits<char>, (..)";
"matchSkipPatten(..)" -> "matchSkipPatten(..)";
"bool std::..::regex_traits<char>, (..)" -> "bool std::..::regex_traits<char>, (..)";
"getTrimmedFunctionName(..)" -> "getTrimmedFunctionName(..)";
"demangle(..)" -> "__gnu_cxx::..::allocator<char> > >(..)";
"demangle(..)" -> "demangle(..)";
"__gnu_cxx::..::allocator<char> > >(..)" -> "__gnu_cxx::..::allocator<char> > >(..)";
"DumpParser::parse[abi:cxx11]()" -> "DumpParser::parse[abi:cxx11]()";
"DumpParser::parse[abi:cxx11]()" -> "DumpParser::getFuncCall(..)";
"DumpParser::parse[abi:cxx11]()" -> "DumpParser::getFuncStart(..)";
"DumpParser::getFuncStart(..)" -> "bool std::..::regex_traits<char>, (..)";
"DumpParser::getFuncStart(..)" -> "DumpParser::getFuncStart(..)";
"DumpParser::getFuncCall(..)" -> "bool std::..::regex_traits<char>, (..)";
"DumpParser::getFuncCall(..)" -> "DumpParser::getFuncCall(..)";
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/longlongint/func-graph.git
git@gitee.com:longlongint/func-graph.git
longlongint
func-graph
funcGraph
master

搜索帮助