Skip to content

Commit

Permalink
chore: debug with cython tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 29, 2024
1 parent 5905fbd commit 4031f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/habluetooth/base_scanner.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

# cython: profile=True
import cython

from .models cimport BluetoothServiceInfoBleak
Expand Down
2 changes: 2 additions & 0 deletions src/habluetooth/base_scanner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Base classes for HA Bluetooth scanners for bluetooth."""

# cython: profile=True

from __future__ import annotations

import asyncio
Expand Down

0 comments on commit 4031f15

Please sign in to comment.