IMP logo
IMP Reference Guide  2.18.0
The Integrative Modeling Platform
benchmark/__init__.py
1 # This file was automatically generated by SWIG (http://www.swig.org).
2 # Version 3.0.7
3 #
4 # Do not make changes to this file unless you know what you are doing--modify
5 # the SWIG interface file instead.
6 
7 
8 # This wrapper is part of IMP,
9 # Copyright 2007-2022 IMP Inventors. All rights reserved.
10 
11 from __future__ import print_function, division, absolute_import
12 
13 
14 
15 
16 
17 from sys import version_info
18 if version_info >= (2, 6, 0):
19  def swig_import_helper():
20  from os.path import dirname
21  import imp
22  fp = None
23  try:
24  fp, pathname, description = imp.find_module('_IMP_benchmark', [dirname(__file__)])
25  except ImportError:
26  import _IMP_benchmark
27  return _IMP_benchmark
28  if fp is not None:
29  try:
30  _mod = imp.load_module('_IMP_benchmark', fp, pathname, description)
31  finally:
32  fp.close()
33  return _mod
34  _IMP_benchmark = swig_import_helper()
35  del swig_import_helper
36 else:
37  import _IMP_benchmark
38 del version_info
39 try:
40  _swig_property = property
41 except NameError:
42  pass # Python < 2.2 doesn't have 'property'.
43 
44 
45 def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
46  if (name == "thisown"):
47  return self.this.own(value)
48  if (name == "this"):
49  if type(value).__name__ == 'SwigPyObject':
50  self.__dict__[name] = value
51  return
52  method = class_type.__swig_setmethods__.get(name, None)
53  if method:
54  return method(self, value)
55  if (not static):
56  object.__setattr__(self, name, value)
57  else:
58  raise AttributeError("You cannot add attributes to %s" % self)
59 
60 
61 def _swig_setattr(self, class_type, name, value):
62  return _swig_setattr_nondynamic(self, class_type, name, value, 0)
63 
64 
65 def _swig_getattr_nondynamic(self, class_type, name, static=1):
66  if (name == "thisown"):
67  return self.this.own()
68  method = class_type.__swig_getmethods__.get(name, None)
69  if method:
70  return method(self)
71  if (not static):
72  return object.__getattr__(self, name)
73  else:
74  raise AttributeError(name)
75 
76 def _swig_getattr(self, class_type, name):
77  return _swig_getattr_nondynamic(self, class_type, name, 0)
78 
79 
80 def _swig_repr(self):
81  try:
82  strthis = "proxy of " + self.this.__repr__()
83  except:
84  strthis = ""
85  return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
86 
87 try:
88  _object = object
89  _newclass = 1
90 except AttributeError:
91  class _object:
92  pass
93  _newclass = 0
94 
95 
96 
97 def _swig_setattr_nondynamic_method(set):
98  def set_attr(self, name, value):
99  if (name == "thisown"):
100  return self.this.own(value)
101  if hasattr(self, name) or (name == "this"):
102  set(self, name, value)
103  else:
104  raise AttributeError("You cannot add attributes to %s" % self)
105  return set_attr
106 
107 
108 try:
109  import weakref
110  weakref_proxy = weakref.proxy
111 except:
112  weakref_proxy = lambda x: x
113 
114 
115 class IMP_BENCHMARK_SwigPyIterator(object):
116  """Proxy of C++ swig::IMP_BENCHMARK_SwigPyIterator class"""
117  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
118 
119  def __init__(self, *args, **kwargs):
120  raise AttributeError("No constructor defined - class is abstract")
121  __repr__ = _swig_repr
122  __swig_destroy__ = _IMP_benchmark.delete_IMP_BENCHMARK_SwigPyIterator
123  __del__ = lambda self: None
124 
125  def value(self):
126  """value(IMP_BENCHMARK_SwigPyIterator self) -> PyObject *"""
127  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator_value(self)
128 
129 
130  def incr(self, n=1):
131  """
132  incr(IMP_BENCHMARK_SwigPyIterator self, size_t n=1) -> IMP_BENCHMARK_SwigPyIterator
133  incr(IMP_BENCHMARK_SwigPyIterator self) -> IMP_BENCHMARK_SwigPyIterator
134  """
135  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator_incr(self, n)
136 
137 
138  def decr(self, n=1):
139  """
140  decr(IMP_BENCHMARK_SwigPyIterator self, size_t n=1) -> IMP_BENCHMARK_SwigPyIterator
141  decr(IMP_BENCHMARK_SwigPyIterator self) -> IMP_BENCHMARK_SwigPyIterator
142  """
143  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator_decr(self, n)
144 
145 
146  def distance(self, x):
147  """distance(IMP_BENCHMARK_SwigPyIterator self, IMP_BENCHMARK_SwigPyIterator x) -> ptrdiff_t"""
148  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator_distance(self, x)
149 
150 
151  def equal(self, x):
152  """equal(IMP_BENCHMARK_SwigPyIterator self, IMP_BENCHMARK_SwigPyIterator x) -> bool"""
153  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator_equal(self, x)
154 
155 
156  def copy(self):
157  """copy(IMP_BENCHMARK_SwigPyIterator self) -> IMP_BENCHMARK_SwigPyIterator"""
158  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator_copy(self)
159 
160 
161  def next(self):
162  """next(IMP_BENCHMARK_SwigPyIterator self) -> PyObject *"""
163  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator_next(self)
164 
165 
166  def __next__(self):
167  """__next__(IMP_BENCHMARK_SwigPyIterator self) -> PyObject *"""
168  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator___next__(self)
169 
170 
171  def previous(self):
172  """previous(IMP_BENCHMARK_SwigPyIterator self) -> PyObject *"""
173  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator_previous(self)
174 
175 
176  def advance(self, n):
177  """advance(IMP_BENCHMARK_SwigPyIterator self, ptrdiff_t n) -> IMP_BENCHMARK_SwigPyIterator"""
178  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator_advance(self, n)
179 
180 
181  def __eq__(self, x):
182  """__eq__(IMP_BENCHMARK_SwigPyIterator self, IMP_BENCHMARK_SwigPyIterator x) -> bool"""
183  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator___eq__(self, x)
184 
185 
186  def __ne__(self, x):
187  """__ne__(IMP_BENCHMARK_SwigPyIterator self, IMP_BENCHMARK_SwigPyIterator x) -> bool"""
188  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator___ne__(self, x)
189 
190 
191  def __iadd__(self, n):
192  """__iadd__(IMP_BENCHMARK_SwigPyIterator self, ptrdiff_t n) -> IMP_BENCHMARK_SwigPyIterator"""
193  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator___iadd__(self, n)
194 
195 
196  def __isub__(self, n):
197  """__isub__(IMP_BENCHMARK_SwigPyIterator self, ptrdiff_t n) -> IMP_BENCHMARK_SwigPyIterator"""
198  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator___isub__(self, n)
199 
200 
201  def __add__(self, n):
202  """__add__(IMP_BENCHMARK_SwigPyIterator self, ptrdiff_t n) -> IMP_BENCHMARK_SwigPyIterator"""
203  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator___add__(self, n)
204 
205 
206  def __sub__(self, *args):
207  """
208  __sub__(IMP_BENCHMARK_SwigPyIterator self, ptrdiff_t n) -> IMP_BENCHMARK_SwigPyIterator
209  __sub__(IMP_BENCHMARK_SwigPyIterator self, IMP_BENCHMARK_SwigPyIterator x) -> ptrdiff_t
210  """
211  return _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator___sub__(self, *args)
212 
213  def __iter__(self):
214  return self
215 IMP_BENCHMARK_SwigPyIterator_swigregister = _IMP_benchmark.IMP_BENCHMARK_SwigPyIterator_swigregister
216 IMP_BENCHMARK_SwigPyIterator_swigregister(IMP_BENCHMARK_SwigPyIterator)
217 
218 
219 _value_types=[]
220 _object_types=[]
221 _raii_types=[]
222 _plural_types=[]
223 
224 
225 _IMP_benchmark.IMP_DEBUG_swigconstant(_IMP_benchmark)
226 IMP_DEBUG = _IMP_benchmark.IMP_DEBUG
227 
228 _IMP_benchmark.IMP_RELEASE_swigconstant(_IMP_benchmark)
229 IMP_RELEASE = _IMP_benchmark.IMP_RELEASE
230 
231 _IMP_benchmark.IMP_SILENT_swigconstant(_IMP_benchmark)
232 IMP_SILENT = _IMP_benchmark.IMP_SILENT
233 
234 _IMP_benchmark.IMP_PROGRESS_swigconstant(_IMP_benchmark)
235 IMP_PROGRESS = _IMP_benchmark.IMP_PROGRESS
236 
237 _IMP_benchmark.IMP_TERSE_swigconstant(_IMP_benchmark)
238 IMP_TERSE = _IMP_benchmark.IMP_TERSE
239 
240 _IMP_benchmark.IMP_VERBOSE_swigconstant(_IMP_benchmark)
241 IMP_VERBOSE = _IMP_benchmark.IMP_VERBOSE
242 
243 _IMP_benchmark.IMP_MEMORY_swigconstant(_IMP_benchmark)
244 IMP_MEMORY = _IMP_benchmark.IMP_MEMORY
245 
246 _IMP_benchmark.IMP_NONE_swigconstant(_IMP_benchmark)
247 IMP_NONE = _IMP_benchmark.IMP_NONE
248 
249 _IMP_benchmark.IMP_USAGE_swigconstant(_IMP_benchmark)
250 IMP_USAGE = _IMP_benchmark.IMP_USAGE
251 
252 _IMP_benchmark.IMP_INTERNAL_swigconstant(_IMP_benchmark)
253 IMP_INTERNAL = _IMP_benchmark.IMP_INTERNAL
254 
255 _IMP_benchmark.IMP_KERNEL_HAS_LOG4CXX_swigconstant(_IMP_benchmark)
256 IMP_KERNEL_HAS_LOG4CXX = _IMP_benchmark.IMP_KERNEL_HAS_LOG4CXX
257 
258 _IMP_benchmark.IMP_COMPILER_HAS_DEBUG_VECTOR_swigconstant(_IMP_benchmark)
259 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_benchmark.IMP_COMPILER_HAS_DEBUG_VECTOR
260 
261 _IMP_benchmark.IMP_COMPILER_HAS_RANDOM_SHUFFLE_swigconstant(_IMP_benchmark)
262 IMP_COMPILER_HAS_RANDOM_SHUFFLE = _IMP_benchmark.IMP_COMPILER_HAS_RANDOM_SHUFFLE
263 
264 _IMP_benchmark.IMP_COMPILER_HAS_THREE_WAY_swigconstant(_IMP_benchmark)
265 IMP_COMPILER_HAS_THREE_WAY = _IMP_benchmark.IMP_COMPILER_HAS_THREE_WAY
266 
267 _IMP_benchmark.IMP_KERNEL_HAS_BOOST_RANDOM_swigconstant(_IMP_benchmark)
268 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_benchmark.IMP_KERNEL_HAS_BOOST_RANDOM
269 
270 _IMP_benchmark.IMP_KERNEL_HAS_NUMPY_swigconstant(_IMP_benchmark)
271 IMP_KERNEL_HAS_NUMPY = _IMP_benchmark.IMP_KERNEL_HAS_NUMPY
272 
273 _IMP_benchmark.IMP_KERNEL_HAS_GPERFTOOLS_swigconstant(_IMP_benchmark)
274 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_benchmark.IMP_KERNEL_HAS_GPERFTOOLS
275 
276 _IMP_benchmark.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER_swigconstant(_IMP_benchmark)
277 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_benchmark.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
278 
279 _IMP_benchmark.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER_swigconstant(_IMP_benchmark)
280 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_benchmark.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
281 
282 _IMP_benchmark.IMPKERNEL_SHOW_WARNINGS_swigconstant(_IMP_benchmark)
283 IMPKERNEL_SHOW_WARNINGS = _IMP_benchmark.IMPKERNEL_SHOW_WARNINGS
284 
285 import sys
286 class _DirectorObjects(object):
287  """@internal Simple class to keep references to director objects
288  to prevent premature deletion."""
289  def __init__(self):
290  self._objects = []
291  def register(self, obj):
292  """Take a reference to a director object; will only work for
293  refcounted C++ classes"""
294  if hasattr(obj, 'get_ref_count'):
295  self._objects.append(obj)
296  def cleanup(self):
297  """Only drop our reference and allow cleanup by Python if no other
298  Python references exist (we hold 3 references: one in self._objects,
299  one in x, and one in the argument list for getrefcount) *and* no
300  other C++ references exist (the Python object always holds one)"""
301  objs = [x for x in self._objects if sys.getrefcount(x) > 3 \
302  or x.get_ref_count() > 1]
303 # Do in two steps so the references are kept until the end of the
304 # function (deleting references may trigger a fresh call to this method)
305  self._objects = objs
306  def get_object_count(self):
307  """Get number of director objects (useful for testing only)"""
308  return len(self._objects)
309 _director_objects = _DirectorObjects()
310 
311 class _ostream(object):
312  """Proxy of C++ std::ostream class"""
313  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
314 
315  def __init__(self, *args, **kwargs):
316  raise AttributeError("No constructor defined")
317  __repr__ = _swig_repr
318 
319  def write(self, osa_buf):
320  """write(_ostream self, char const * osa_buf)"""
321  return _IMP_benchmark._ostream_write(self, osa_buf)
322 
323 _ostream_swigregister = _IMP_benchmark._ostream_swigregister
324 _ostream_swigregister(_ostream)
325 
326 
327 _IMP_benchmark.IMP_HAS_NOEXCEPT_swigconstant(_IMP_benchmark)
328 IMP_HAS_NOEXCEPT = _IMP_benchmark.IMP_HAS_NOEXCEPT
329 
330 _IMP_benchmark.IMP_C_OPEN_BINARY_swigconstant(_IMP_benchmark)
331 IMP_C_OPEN_BINARY = _IMP_benchmark.IMP_C_OPEN_BINARY
332 import IMP
333 
334 _IMP_benchmark.IMP_BENCHMARK_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_benchmark)
335 IMP_BENCHMARK_HAS_BOOST_FILESYSTEM = _IMP_benchmark.IMP_BENCHMARK_HAS_BOOST_FILESYSTEM
336 
337 _IMP_benchmark.IMP_BENCHMARK_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_benchmark)
338 IMP_BENCHMARK_HAS_BOOST_PROGRAMOPTIONS = _IMP_benchmark.IMP_BENCHMARK_HAS_BOOST_PROGRAMOPTIONS
339 
340 _IMP_benchmark.IMP_BENCHMARK_HAS_BOOST_RANDOM_swigconstant(_IMP_benchmark)
341 IMP_BENCHMARK_HAS_BOOST_RANDOM = _IMP_benchmark.IMP_BENCHMARK_HAS_BOOST_RANDOM
342 
343 _IMP_benchmark.IMP_BENCHMARK_HAS_BOOST_SERIALIZATION_swigconstant(_IMP_benchmark)
344 IMP_BENCHMARK_HAS_BOOST_SERIALIZATION = _IMP_benchmark.IMP_BENCHMARK_HAS_BOOST_SERIALIZATION
345 
346 _IMP_benchmark.IMP_BENCHMARK_HAS_BOOST_SYSTEM_swigconstant(_IMP_benchmark)
347 IMP_BENCHMARK_HAS_BOOST_SYSTEM = _IMP_benchmark.IMP_BENCHMARK_HAS_BOOST_SYSTEM
348 
349 _IMP_benchmark.IMP_BENCHMARK_HAS_NUMPY_swigconstant(_IMP_benchmark)
350 IMP_BENCHMARK_HAS_NUMPY = _IMP_benchmark.IMP_BENCHMARK_HAS_NUMPY
351 
352 _IMP_benchmark.IMPBENCHMARK_SHOW_WARNINGS_swigconstant(_IMP_benchmark)
353 IMPBENCHMARK_SHOW_WARNINGS = _IMP_benchmark.IMPBENCHMARK_SHOW_WARNINGS
354 
355 _raii_types.append("Profiler")
356 
357 
358 def report(*args):
359  """
360  report(std::string benchmark, std::string algorithm, double time, double check)
361  report(std::string benchmark, double time, double check)
362  """
363  return _IMP_benchmark.report(*args)
364 
365 def get_return_value():
366  """get_return_value() -> int"""
367  return _IMP_benchmark.get_return_value()
368 class Profiler(IMP._RAII):
369  """Proxy of C++ IMP::benchmark::Profiler class"""
370  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
371 
372  def __init__(self, *args):
373  """
374  __init__(IMP::benchmark::Profiler self) -> Profiler
375  __init__(IMP::benchmark::Profiler self, std::string name) -> Profiler
376  """
377  this = _IMP_benchmark.new_Profiler(*args)
378  try:
379  self.this.append(this)
380  except:
381  self.this = this
382 
383  def set(self, name):
384  """set(Profiler self, std::string name)"""
385  return _IMP_benchmark.Profiler_set(self, name)
386 
387 
388  def reset(self):
389  """reset(Profiler self)"""
390  return _IMP_benchmark.Profiler_reset(self)
391 
392  __swig_destroy__ = _IMP_benchmark.delete_Profiler
393  __del__ = lambda self: None
394 
395  def show(self, *args):
396  """
397  show(Profiler self, _ostream out)
398  show(Profiler self)
399  """
400  return _IMP_benchmark.Profiler_show(self, *args)
401 
402 
403  def __enter__(self):
404  return self
405  def __exit__(self, exc_type, exc_val, exc_tb):
406  self.reset()
407  return False
408 
409 
410  def __str__(self):
411  """__str__(Profiler self) -> std::string"""
412  return _IMP_benchmark.Profiler___str__(self)
413 
414 
415  def __repr__(self):
416  """__repr__(Profiler self) -> std::string"""
417  return _IMP_benchmark.Profiler___repr__(self)
418 
419 Profiler_swigregister = _IMP_benchmark.Profiler_swigregister
420 Profiler_swigregister(Profiler)
421 
422 
423 def get_module_version():
424  """get_module_version() -> std::string const"""
425  return _IMP_benchmark.get_module_version()
426 
427 def get_example_path(fname):
428  """get_example_path(std::string fname) -> std::string"""
429  return _IMP_benchmark.get_example_path(fname)
430 
431 def get_data_path(fname):
432  """get_data_path(std::string fname) -> std::string"""
433  return _IMP_benchmark.get_data_path(fname)
434 
435 from . import _version_check
436 _version_check.check_version(get_module_version())
437 __version__ = get_module_version()
438 
439 
440 
void report(std::string benchmark, std::string algorithm, double time, double check)
Report a benchmark result in a standard way.
std::string get_data_path(std::string file_name)
Return the full path to one of this module's data files.
std::ostream & show(Hierarchy h, std::ostream &out=std::cout)
Print the hierarchy using a given decorator to display each node.
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files.
std::string get_module_version()
Return the version of this module, as a string.