Skip to content

Commit 059e525

Browse files
committed
profile
1 parent 325df56 commit 059e525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zarr/blosc.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
# cython: embedsignature=True
3-
# cython: profile=False
4-
# cython: linetrace=False
5-
# cython: binding=False
3+
# cython: profile=True
4+
# cython: linetrace=True
5+
# cython: binding=True
66
from __future__ import absolute_import, print_function, division
77
import threading
88

0 commit comments

Comments
 (0)