softdevteam / warmup_stats

A VM performance data analysis system
Other
11 stars 7 forks source link

Instrumentation data assumes no changepoints or outliers #43

Closed snim2 closed 6 years ago

snim2 commented 6 years ago

When we check for instrumentation data, we look for a directory named like this:

       filename_root = filename[:-len('_results.json.bz2')]
        instr_dir = filename_root + '_instr_data'

If the user has passed in a file with changepoints and / or outliers, the check for instrumentation data will fail, even if the instrumentation data is in the correct place.

fsfod commented 6 years ago

Well it seems to have fixed using /bin/warmup_stats to get instrumented plots, but trying to use plot_krun_results with --with-changepoints --with-changepoint-means doesn't give me any change points in the generated plots.