1. f83044c trappy: Remove legacy code by Brendan Jackman · 7 years ago
  2. e81fdcb Update ARM Ltd. copyright to 2017 by Brendan Jackman · 7 years ago
  3. 712e6f9 trappy: set the version using an explicit file by Javi Merino · 8 years ago
  4. 7712c8f trappy: Add custom HTML exporter for TRAPpy IPython Notebooks by Kapileshwar Singh · 8 years ago
  5. 46458d6 systrace: add a class to parse trace coming from SysTrace by Javi Merino · 8 years ago
  6. e706884 Added a BarPlot which can plot data as vertical bars by John Pocock · 8 years ago
  7. 4ec4aee trappy: update copyright to 2016 by Javi Merino · 8 years ago
  8. b280b4f ftrace: learn to unregister events by Javi Merino · 8 years ago
  9. fecb267 dynamic: ensure dynamic methods refer to ftrace by Javi Merino · 8 years ago
  10. 08f3c34 bare_trace: abstract some of the basic FTrace functionality to a generic BareTrace class by Javi Merino · 8 years ago
  11. c26a323 ftrace: rename Run to FTrace by Javi Merino · 8 years ago
  12. ec2ffe0 trappy: don't require matplotlib to be installed for stuff to run by Javi Merino · 8 years ago
  13. 40a7dd6 trappy: Add version by Javi Merino · 9 years ago
  14. 435457c trappy: rename to trappy by Javi Merino · 9 years ago[Renamed (72%) from cr2/__init__.py]
  15. aace7c0 cr2: change copyright to Apache 2 by Javi Merino · 9 years ago
  16. 8fa0f5c cr2: remove shebang from module files by Javi Merino · 9 years ago
  17. 91e92dc cr2: make all imports relative by Javi Merino · 9 years ago
  18. 7b98b4a cr2: move compare_runs and summary_plots to a file of their own by Javi Merino · 9 years ago
  19. d64c81a plotter: EventPlot: Introduction by Kapileshwar Singh · 9 years ago
  20. 8741ef1 plotter: ILinePlot: Introduction by Kapileshwar Singh · 9 years ago
  21. fcd50a2 cr2: move WA-specific results module to a cr2.wa namespace by Javi Merino · 9 years ago
  22. 323bb8d run: register all classes using Run.register_class() by Javi Merino · 9 years ago
  23. c5d26ee run: make the default path explicitly be "." by Javi Merino · 9 years ago
  24. fb8fa1a dynamic event registration for cr2 by Kapileshwar Singh · 9 years ago
  25. 4551030 cr2: use scope="thermal" for compare_runs() and summary_plots() by Javi Merino · 9 years ago
  26. c47d2df Add copyright headers to all the files by Javi Merino · 9 years ago
  27. 7319a88 Plotter Code for CR2 (Pivoted and filtered Plots) by KP Singh · 9 years ago
  28. e6dc1ae run: normalize the time by default by Javi Merino · 10 years ago
  29. 84e6d1a cr2: don't export the trace subclasses by Javi Merino · 10 years ago
  30. bf5bb1c cr2: use dict.pop() instead of recreating the functionality with conditionals by Javi Merino · 10 years ago
  31. 776357c cr2: create a compare_runs() to compare multiple runs side by side by Javi Merino · 10 years ago
  32. 609e44c cr2: remove kwords_wout_title by Javi Merino · 10 years ago
  33. e5ea60a plot_utils: create plot_freq_hists() and plot_temperature_hist() to plot histograms of multiple runs by Javi Merino · 10 years ago
  34. 6df71fd run: s/plot_power_hists/plot_freq_hists/ by Javi Merino · 10 years ago
  35. 77a2985 cr2: use the plot_utils variant of plot_input_power() by Javi Merino · 10 years ago
  36. 76f5a61 cr2: use the plot_utils variant of plot_controller() by Javi Merino · 10 years ago
  37. d2090e2 cr2: make summary_plots() use plot_utils.plot_allfreqs() directly by Javi Merino · 10 years ago
  38. 1cf956c run: in plot_allfreqs(), get the title from the Run name by Javi Merino · 10 years ago
  39. 37ff64b cr2: use plot_utils.plot_load in summary_plots() by Javi Merino · 10 years ago
  40. b0a0cf8 cr2: set the name of the run to be the title in summary_plots() by Javi Merino · 10 years ago
  41. 1cc4bfc plot_utils: let plot_temperature accept an array of Runs() by Javi Merino · 10 years ago
  42. 1a3dca3 thermal: move plot_temperature_hist() to Thermal() by Javi Merino · 10 years ago
  43. e803a7f run: move plot_allfreqs() to the Run() class by Javi Merino · 10 years ago
  44. 24a3ce8 run: move plot_power_hists() to the Run() class by Javi Merino · 10 years ago
  45. 154650f cr2: use Run() in summarize_plots() by Javi Merino · 10 years ago
  46. c3c7e13 run: add a new Run class that wraps around all the other trace classes by Javi Merino · 10 years ago
  47. 9efb92b cr2: normalize times in summary_plots by Javi Merino · 10 years ago
  48. 8011416 plot_utils: let plot_temperature plot multiple input data by Javi Merino · 10 years ago
  49. 34cd776 cr2: Show a more meaningful error when the parameters of cr2.summary_plots() are wrong by Javi Merino · 10 years ago
  50. d6d5f89 thermal: tell the actor order to plot_{input,output}_power() by Javi Merino · 10 years ago
  51. 9aa3e91 cr2: make summary_plots() receive the map_label instead of hardcoding it in the function by Javi Merino · 10 years ago
  52. 9fc5841 cr2: use the improved temperature plotting for summary_plots() by Javi Merino · 10 years ago
  53. 5d2dc27 cr2: add the temperature plot to summary_plots() by Javi Merino · 10 years ago
  54. 4b550ae cr2: add the title to the power histograms in summary_plots() by Javi Merino · 10 years ago
  55. db1d884 cr2: add power histograms to the summary plots by Javi Merino · 10 years ago
  56. 6a5c88d cr2: add plot_allfreqs() by Javi Merino · 10 years ago
  57. cda0f99 cr2: add new trace data by Javi Merino · 10 years ago
  58. 4a821d8 cr2: add utilisation plot to the summary plots by Javi Merino · 10 years ago
  59. b1e9100 cr2: fix ylim for plots by Javi Merino · 10 years ago
  60. e88573f cr2: add PID data to the summary plot by Javi Merino · 10 years ago
  61. aa2a846 pid_controller: Rename pi_controller to pid_controller by Javi Merino · 10 years ago
  62. 338a3ab cr2: move summary_plots() to cr2 proper by Javi Merino · 10 years ago
  63. 0e83b61 thermal: add basic Thermal class to get thermal framework data by Javi Merino · 10 years ago
  64. 1e69e2c thermal: s/Thermal/ThermalGovernor/ by Javi Merino · 10 years ago
  65. 62c56dc power: add an InPower class to analyze the input power to the cpu cooling device by Javi Merino · 10 years ago
  66. 2e920b5 power: rename Power to OutPower by Javi Merino · 10 years ago
  67. 67958b1 cr2: turn cr2 into a module by Javi Merino · 10 years ago