Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ranadeep Biswas
dbcop
Commits
de7b363b
Commit
de7b363b
authored
Nov 04, 2020
by
Ranadeep Biswas
Browse files
delete prints
parent
80710a45
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/verifier/mod.rs
View file @
de7b363b
...
...
@@ -526,7 +526,7 @@ impl Verifier {
let
mut
change
=
false
;
// wsc code
let
mut
now
=
std
::
time
::
Instant
::
now
();
println!
(
"wsc start"
);
//
println!("wsc start");
loop
{
change
|
=
ser_hist
.history
.vis_is_trans
();
if
!
change
{
...
...
@@ -543,8 +543,8 @@ impl Verifier {
change
|
=
ser_hist
.history
.vis_includes
(
rw_x
);
}
}
println!
(
"wsc end"
);
println!
(
"wsc took {}secs"
,
now
.elapsed
()
.as_secs
());
//
println!("wsc end");
//
println!("wsc took {}secs", now.elapsed().as_secs());
if
ser_hist
.history.vis
.has_cycle
()
{
Some
(
self
.consistency_model
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment