![]() |
Rosetta
2019.12
|
#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) |
|
inline |
|
inlinevirtual |
Reimplemented from PerformanceBenchmark.
References DockingBenchmark< dock, TScale >::docking, demo.D010_Pose_structure::pose, and DockingBenchmark< dock, TScale >::start_pose.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PerformanceBenchmark.
protocols::docking::DockingProtocolOP DockingBenchmark< dock, TScale >::docking |
Referenced by DockingBenchmark< dock, TScale >::run(), and DockingBenchmark< dock, TScale >::setUp().
core::pose::PoseOP DockingBenchmark< dock, TScale >::start_pose |
Referenced by DockingBenchmark< dock, TScale >::run(), and DockingBenchmark< dock, TScale >::setUp().