Python noprofile (#138)

* 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]
This commit is contained in:
Jonathan R. Madsen
2022-08-16 19:28:58 -05:00
committed by GitHub
parent 4bef976f3f
commit e40f11b1fc
6 changed files with 115 additions and 7 deletions
@@ -7,6 +7,6 @@ requires = [
build-backend = 'setuptools.build_meta'
[tool.black]
line-length = 80
line-length = 90
target-version = ['py38']
include = '\.py'