* code coverage updates

- python support
- refactored source

* remove code_coverage::operator+ and operator+=

* impl/coverage.hpp
Этот коммит содержится в:
Jonathan R. Madsen
2022-05-08 01:40:56 -05:00
коммит произвёл GitHub
родитель 1f66e23fdd
Коммит 134b33320d
9 изменённых файлов: 611 добавлений и 183 удалений
+2
Просмотреть файл
@@ -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