A simple HTML tool to visualize core-to-core latency data.
This tool is designed to process core-to-core latency data generated by MicroBenchX.
-
Open
c2c.html: Open thec2c.htmlfile in any modern web browser. -
Paste Data: Copy the latency data from MicroBenchX (or similar tools) and paste it into the text area. The data should be a comma-separated matrix.
Example Data Format:
x, 10.5, 15.2, 20.1 10.4, x, 21.0, 16.3 15.1, 20.9, x, 12.5 20.0, 16.2, 12.4, x -
Visualize: Click the "Visualize" button.
-
Analyze: A heatmap will be generated, showing the latency between each pair of cores.