Improve subtrace len compute algo (#186)

This commit is contained in:
Mike Voronov
2021-12-03 14:29:03 +03:00
committed by GitHub
parent fbbe28c5b2
commit d300c8b2fc
4 changed files with 230 additions and 8 deletions

View File

@ -38,7 +38,7 @@ pub struct TraceSlider {
}
impl TraceSlider {
pub(super) fn new(trace: ExecutionTrace) -> Self {
pub(crate) fn new(trace: ExecutionTrace) -> Self {
let subtrace_len = trace.len();
Self {