mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 01:38:21 +02:00
Use newline instead of endl, for fewer stream flushes
This commit is contained in:
+1
-1
@@ -416,5 +416,5 @@ void V3Graph::dumpDotFile(const string& filename, bool colorAsSubgraph) const {
|
||||
*logp << "}\n";
|
||||
logp->close();
|
||||
|
||||
cout << "dot -Tpdf -o ~/a.pdf " << filename << endl;
|
||||
cout << "dot -Tpdf -o ~/a.pdf " << filename << "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user