aboutsummaryrefslogtreecommitdiff
path: root/cr2
AgeCommit message (Expand)Author
2015-08-13sysfs_extractor: don't barf if it's not a WA output directory with sysfs_extr...Javi Merino
2015-08-13compare_runs: use isinstance to check typesJavi Merino
2015-08-13cr2: move compare_runs and summary_plots to a file of their ownJavi Merino
2015-08-13sysfs_extractor: learn to print the parameters in a tableJavi Merino
2015-08-13wa: add a function to retrieve sysfs_extractor parameters from a WA runJavi Merino
2015-08-13stats: kwarg level needs to be popped before aggfunc executionKapileshwar Singh
2015-08-13plotter: EventPlot: Performance Improvements and Summary TogglingKapileshwar Singh
2015-08-13plotter: EventPlot: Scroll and PAN zoom + window ZoomKapileshwar Singh
2015-08-13plotter: EventPlot based plot_traceKapileshwar Singh
2015-08-13plotter: EventPlot: IntroductionKapileshwar Singh
2015-08-13plotter: ILinePlot: performance ImprovementsKapileshwar Singh
2015-08-13plotter: Install resources to ipython profile directoryKapileshwar Singh
2015-08-13plotter: LinePlot: Warning for fill + step plotsKapileshwar Singh
2015-08-13plotter: Allow drawstyle to be forwarded to matplotlibKapileshwar Singh
2015-08-13plotter: Data object NameKapileshwar Singh
2015-08-13plotter: Allow Plotter to accept pandas dataframesKapileshwar Singh
2015-08-13plotter: Missing metaclass declarationKapileshwar Singh
2015-08-13plotter: Add Fill KeyWord for Line PlotsKapileshwar Singh
2015-08-13plotter: Change default width for HTML plotsKapileshwar Singh
2015-08-13plotter: ILinePlot: Remove dependence on IPython kernelKapileshwar Singh
2015-08-13plotter: ILinePlot: IntroductionKapileshwar Singh
2015-08-13wa: use raw strings for regexpsJavi Merino
2015-08-13wa: rename the id optional parameter to nameJavi Merino
2015-08-13cr2: move WA-specific results module to a cr2.wa namespaceJavi Merino
2015-08-13plotter: IPython setup for Interactive PlottingKapileshwar Singh
2015-08-13plotter: Enable user specified arg forwarding to matplotlibKapileshwar Singh
2015-08-13plotter: LinePlot: scale the plots when per_line == 1Kapileshwar Singh
2015-08-13plotter: LinePlot: Fix the legend rendering for missing constraintsKapileshwar Singh
2015-08-13cr2: Populate trace metadata in run objectKapileshwar Singh
2015-08-13stats: Fix Boundary Conditions for residency sum aggregatorsKapileshwar Singh
2015-08-13stats: Add trace event AggregatorKapileshwar Singh
2015-08-13stats: Add first and last AggregatorsKapileshwar Singh
2015-08-13stats: Add first_cpu aggregator functionKapileshwar Singh
2015-08-13stats: Add method to get a node by indexKapileshwar Singh
2015-08-13stats: SchedConf: Add get_task_nameKapileshwar Singh
2015-08-13stats: SchedConf nomenclature and functionality fixesKapileshwar Singh
2015-08-13stats: Extending Scheduler Stats LibraryKapileshwar Singh
2015-08-13stats: Use Simple lines for Correlation PlotsKapileshwar Singh
2015-08-13stats: Allow kwargs to be passed to aggfuncKapileshwar Singh
2015-08-13stats: Add get_index for TopologyKapileshwar Singh
2015-08-13stats: Initialize topology with a clusters argumentKapileshwar Singh
2015-08-13stats: Align only at top level and return weighted correlationKapileshwar Singh
2015-08-13stats: Allow overrding of the default correlation functionKapileshwar Singh
2015-08-13stats: Use Topology.flatten() for node iterationKapileshwar Singh
2015-08-13stats: Change the way topology returns nodes for "all"Kapileshwar Singh
2015-08-13stats: Add function for binary correlationKapileshwar Singh
2015-08-13stats: Aggregation Framework IntroductionKapileshwar Singh
2015-08-13cr2: Export the dynamic classes in the global namespaceKapileshwar Singh
2015-08-13cr2: Fixup for cases when the line is messed upKapileshwar Singh
2015-08-13results: Accept direct paths to filePunit Agrawal