Rosetta
|
#include <Docking.bench.hh>
Public Member Functions | |
DockingBenchmark (std::string name) | |
virtual void | setUp () |
virtual void | run (core::Real scaleFactor) |
virtual void | tearDown () |
![]() | |
PerformanceBenchmark (std::string name) | |
virtual | ~PerformanceBenchmark () |
double | execute (core::Real scaleFactor) |
std::string | name () |
Public Attributes | |
core::pose::PoseOP | start_pose |
protocols::docking::DockingProtocolOP | docking |
Additional Inherited Members | |
![]() | |
static void | executeOneBenchmark (std::string const &name, core::Real scaleFactor=1) |
static void | executeAllBenchmarks (core::Real scaleFactor=1) |
static std::string | getReport () |
static std::string | getOneReport (std::string const &name) |
Definition at line 33 of file Docking.bench.hh.
|
inline |
Definition at line 39 of file Docking.bench.hh.
|
inlinevirtual |
Reimplemented from PerformanceBenchmark.
Definition at line 52 of file Docking.bench.hh.
References DockingBenchmark< dock, TScale >::docking, app.surface_docking.surface_docking::pose, and DockingBenchmark< dock, TScale >::start_pose.
|
inlinevirtual |
Reimplemented from PerformanceBenchmark.
Definition at line 41 of file Docking.bench.hh.
References core_init_with_additional_options(), DockingBenchmark< dock, TScale >::docking, High, Low, and DockingBenchmark< dock, TScale >::start_pose.
|
inlinevirtual |
Reimplemented from PerformanceBenchmark.
Definition at line 65 of file Docking.bench.hh.
protocols::docking::DockingProtocolOP DockingBenchmark< dock, TScale >::docking |
Definition at line 37 of file Docking.bench.hh.
Referenced by DockingBenchmark< dock, TScale >::run(), and DockingBenchmark< dock, TScale >::setUp().
core::pose::PoseOP DockingBenchmark< dock, TScale >::start_pose |
Definition at line 36 of file Docking.bench.hh.
Referenced by DockingBenchmark< dock, TScale >::run(), and DockingBenchmark< dock, TScale >::setUp().