sopyer / microprofile-csv

microprofile-csv is a simple tool to visualize and compare performance data from .csv files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microprofilecsv is a small tool for visualizing and comparing data coming from .csv files.

It spawned as a small hack from microprofile, and has now turned into its own little useful thing.

Usage

  • Open microprofilecsv.html in chrome

  • Drag one or more .csv files onto the web page

    • If you drag more than one, they will be treated as a set, letting you visualize min/max/avg
    • A video can be included as well(mp4 or webm)
      • If there is a column named "time" in the csv file, that will be used to control the video position
      • Otherwise the video will just be mapped linearly
  • The Source menu can be used to control what is shown in each graph

  • Mode Menu Controls what kind of graphs to show

  • Preset menu can be used to save presets

    • Settings are saved and kept as long as the file is in the same position
  • Set menu appears when you've dropped more than one set of csv files, and lets you control which one is drawn

Shortcuts

  • h: Show help
  • 1-8: Set number of graphs
  • Mousewheel or ctrl + mouse up/down: Zoom
  • Mousewheel/Ctrl + mouse up/down: Zoom
  • Left Mouse + mouse left/right: Pan
  • Right Mouse + mouse left/right: Show Range info
    • Esc. to remove selection
  • Space: Toggle Set display
  • Hold z: Enlarge video and only show 1 graph

About

microprofile-csv is a simple tool to visualize and compare performance data from .csv files


Languages

Language:HTML 100.0%