diff --git a/devel/profiler/profiler.py b/devel/profiler/profiler.py new file mode 100644 index 000000000..91c101b49 --- /dev/null +++ b/devel/profiler/profiler.py @@ -0,0 +1,9 @@ +# noinspection PyUnreachableCode +if False: + # noinspection PyUnresolvedReferences + from _stubs import * + from _typeAliases import * + +class Profiler: + def __init__(self, ownerComp: COMP): + self.ownerComp = ownerComp diff --git a/devel/profiler/profiler.tox b/devel/profiler/profiler.tox new file mode 100644 index 000000000..1b7c9cd71 Binary files /dev/null and b/devel/profiler/profiler.tox differ diff --git a/raytk-profile.toe b/raytk-profile.toe new file mode 100644 index 000000000..70b540bdc Binary files /dev/null and b/raytk-profile.toe differ