Code coverage updates (#50)

* code coverage updates

- python support
- refactored source

* remove code_coverage::operator+ and operator+=

* impl/coverage.hpp

[ROCm/rocprofiler-systems commit: 134b33320d]
This commit is contained in:
Jonathan R. Madsen
2022-05-08 01:40:56 -05:00
committato da GitHub
parent 00315e1e2f
commit 060da8159c
9 ha cambiato i file con 611 aggiunte e 183 eliminazioni
@@ -35,6 +35,7 @@ This submodule imports the timemory Python function profiler
"""
try:
from .libpyomnitrace import coverage
from .profiler import Profiler, FakeProfiler
from .libpyomnitrace.profiler import (
profiler_function,
@@ -65,6 +66,7 @@ try:
"config",
"profile",
"noprofile",
"coverage",
]
import atexit