Go to the source code of this file.
Namespaces | |
| namespace | benchmark |
Functions | |
| def | benchmark.generate_dummy_code_pybind11 (nclasses=10) |
| def | benchmark.generate_dummy_code_boost (nclasses=10) |
Variables | |
| int | benchmark.nfns = 4 |
| int | benchmark.nargs = 4 |
| int | benchmark.nclasses = 2 ** i |
| benchmark.n1 = dt.datetime.now() | |
| benchmark.n2 = dt.datetime.now() | |
| tuple | benchmark.elapsed = (n2 - n1).total_seconds() |
| benchmark.size = os.stat("test.so").st_size | |