Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandroTreu committed May 6, 2024
1 parent e67613f commit 8f63925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile_parser/js/plot_frametime_histogram.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const nodeplotlib_1 = require("nodeplotlib");
// Take tasks as framtimes if they are at least this long in microseconds.
// Very short tasks (< 2ms) don't correspond to frames drawn.
const MIN_FRAME_DURATION = 2000;
const MAX_BIN_X_VALUE = 200;
const MAX_BIN_X_VALUE = 200; // Exclusive. All values above are capped to this value for plotting.
// The files should be ordered according to version benchmarked
// Each consecutive TRACES_PER_VERSION number of files get put in the same bucket
const N_VERSIONS = 2; // Number of different benchmark versions to compare (each version gets a color in the graph)
Expand Down

0 comments on commit 8f63925

Please sign in to comment.