summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/profiling_tutorial/often_called.pyx
blob: 77c689c9c77f98741f77523842d9d2beeb5451e8 (plain)
1
2
3
4
5
cimport cython

@cython.profile(False)
def my_often_called_function():
    pass