From 8f639255e01c5a2a50fd44d910548e09a28fa36c Mon Sep 17 00:00:00 2001 From: LeandroTreu Date: Mon, 6 May 2024 17:26:35 +0200 Subject: [PATCH] compile --- profile_parser/js/plot_frametime_histogram.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile_parser/js/plot_frametime_histogram.js b/profile_parser/js/plot_frametime_histogram.js index a781e36..99e2fb9 100644 --- a/profile_parser/js/plot_frametime_histogram.js +++ b/profile_parser/js/plot_frametime_histogram.js @@ -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)