Python noprofile (#138)

* Fixed noprofile / FakeProfiler

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

* Python tests for noprofile

* Remove static imported module
This commit is contained in:
Jonathan R. Madsen
2022-08-16 19:28:58 -05:00
committed by GitHub
parent 23fb3946c7
commit 3f3ef7ddf9
6 changed files with 115 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
project(omnitrace-python)
set(PYTHON_FILES builtin.py external.py source.py)
set(PYTHON_FILES builtin.py external.py source.py noprofile.py)
if(OMNITRACE_INSTALL_EXAMPLES)
find_package(Python3 COMPONENTS Interpreter)