Note a bug
This commit is contained in:
parent
7ae41e717d
commit
a3bb3ee514
@ -263,6 +263,7 @@ impl ProgrammingLanguageInterface for Schala {
|
||||
|
||||
let output = func(input, token.schala, debug_artifact.as_mut());
|
||||
|
||||
//TODO I think this is not counting the time since the *previous* stage
|
||||
token.stage_durations.push((cur_stage_name.to_string(), token.sw.elapsed()));
|
||||
if let Some(artifact) = debug_artifact {
|
||||
for value in artifact.artifacts.into_iter() {
|
||||
|
Loading…
Reference in New Issue
Block a user