projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12c09f
)
model: don't print scheduler randomly
author
Brian Norris
<banorris@uci.edu>
Wed, 6 Feb 2013 03:31:57 +0000
(19:31 -0800)
committer
Brian Norris
<banorris@uci.edu>
Wed, 6 Feb 2013 21:41:10 +0000
(13:41 -0800)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index c9b8460c66daa62f56a4a533bdbad44b3f41c3ba..e39266d41218feecb14d4fde94701c22cd2040d3 100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-2647,7
+2647,6
@@
void ModelChecker::dumpGraph(char *filename) const
void ModelChecker::print_summary() const
{
#if SUPPORT_MOD_ORDER_DUMP
- scheduler->print();
char buffername[100];
sprintf(buffername, "exec%04u", stats.num_total);
mo_graph->dumpGraphToFile(buffername);