Skip to content

Commit

Permalink
Update prusti-server/src/backend.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Poli <[email protected]>
  • Loading branch information
JakuJ and fpoli authored Feb 24, 2023
1 parent 59f6f00 commit d30ad20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prusti-server/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ impl<'a> Backend<'a> {
pub fn verify(&mut self, program: &prusti_common::vir::program::Program) -> VerificationResult {
match self {
Backend::Viper(viper, context) => {
let mut stopwatch = Stopwatch::start("prusti-server", "verifier startup");
let mut stopwatch = Stopwatch::start("prusti-server backend", "construction of JVM objects");

let ast_factory = context.new_ast_factory();
let viper_program = program.to_viper(LoweringContext::default(), &ast_factory);
Expand Down

0 comments on commit d30ad20

Please sign in to comment.