.. title:: WAJankbenchCollector lisa.wa.WAJankbenchCollector ============================ .. autoclass:: lisa.wa::WAJankbenchCollector :no-members: :no-inherited-members: :no-undoc-members: :no-private-members: :no-special-members: .. rubric:: Attributes .. list-table:: :align: left * - :attr:`~lisa.wa.WAJankbenchCollector.NAME` - .. withrefctx:: :module: lisa.wa :class: lisa.wa.WAJankbenchCollector .. rubric:: Properties .. list-table:: :align: left * - :attr:`~lisa.wa.WACollectorBase.df` :sup:`inherited` - .. withrefctx:: :module: lisa.wa :class: lisa.wa.WACollectorBase :class:`pandas.DataFrame` containing the data collected. * - :attr:`~lisa.utils.Loggable.logger` :sup:`inherited` - .. withrefctx:: :module: lisa.utils :class: lisa.utils.Loggable Convenience short-hand for ``self.get_logger()``. * - :attr:`~lisa.wa.StatsProp.stats` :sup:`inherited` - .. withrefctx:: :module: lisa.wa :class: lisa.wa.StatsProp Short-hand property equivalent to ``self.get_stats()``. .. rubric:: Methods .. list-table:: :align: left * - :meth:`~lisa.wa.WAJankbenchCollector.get_stats` - .. withrefctx:: :module: lisa.wa :class: lisa.wa.WAJankbenchCollector Returns a :class:`lisa.stats.Stats` loaded with the result :class:`pandas.DataFrame`. * - :meth:`~lisa.utils.Loggable.get_logger` :sup:`inherited` - .. withrefctx:: :module: lisa.utils :class: lisa.utils.Loggable Provides a :class:`logging.Logger` named after ``cls``. * - :meth:`~lisa.utils.Loggable.log_locals` :sup:`inherited` - .. withrefctx:: :module: lisa.utils :class: lisa.utils.Loggable Debugging aid: log the local variables of the calling function. Attributes ---------- .. autoattribute:: lisa.wa::WAJankbenchCollector.NAME Properties ---------- .. autoproperty:: lisa.wa::WAJankbenchCollector.df .. autoproperty:: lisa.wa::WAJankbenchCollector.logger .. autoproperty:: lisa.wa::WAJankbenchCollector.stats Methods ------- .. automethod:: lisa.wa::WAJankbenchCollector.get_stats .. automethod:: lisa.wa::WAJankbenchCollector.get_logger .. automethod:: lisa.wa::WAJankbenchCollector.log_locals