mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 00:25:01 +00:00
Specify the graph name
llvm-svn: 4195
This commit is contained in:
parent
c83c9a41fc
commit
9ed6bfa052
@ -204,7 +204,7 @@ void DSGraph::writeGraphToFile(std::ostream &O, const string &GraphName) {
|
|||||||
std::ofstream F(Filename.c_str());
|
std::ofstream F(Filename.c_str());
|
||||||
|
|
||||||
if (F.good()) {
|
if (F.good()) {
|
||||||
WriteGraph(F, this);
|
WriteGraph(F, this, "DataStructures");
|
||||||
//print(F);
|
//print(F);
|
||||||
O << " [" << getGraphSize() << "+" << getFunctionCalls().size() << "]\n";
|
O << " [" << getGraphSize() << "+" << getFunctionCalls().size() << "]\n";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user