* Fixed noprofile / FakeProfiler

- omnitrace.libpyomnitrace.profiler.profiler_pause()
- omnitrace.libpyomnitrace.profiler.profiler_resume()

* Python tests for noprofile

* Remove static imported module

[ROCm/rocprofiler-systems commit: 3f3ef7ddf9]
Этот коммит содержится в:
Jonathan R. Madsen
2022-08-16 19:28:58 -05:00
коммит произвёл GitHub
родитель 4bef976f3f
Коммит e40f11b1fc
6 изменённых файлов: 115 добавлений и 7 удалений
+1 -1
Просмотреть файл
@@ -7,6 +7,6 @@ requires = [
build-backend = 'setuptools.build_meta'
[tool.black]
line-length = 80
line-length = 90
target-version = ['py38']
include = '\.py'