Skip to content

Commit

Permalink
initial layout for performance profiler
Browse files Browse the repository at this point in the history
see #1212
  • Loading branch information
t3kt committed Apr 8, 2024
1 parent 427362d commit 5a9475d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devel/profiler/profiler.py
Original file line number Diff line number Diff line change
@@ -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
Binary file added devel/profiler/profiler.tox
Binary file not shown.
Binary file added raytk-profile.toe
Binary file not shown.

0 comments on commit 5a9475d

Please sign in to comment.