We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py-spy top --native fails with OpenCV
py-spy top --native
Platform:
Minimal example to reproduce:
# opencv.py import time import cv2 import numpy as np def main(): while True: img = np.random.randint(0, 256, (480, 640, 3), dtype=np.uint8) cv2.resize(img, (10000, 10000)) time.sleep(1) print('tick') if __name__ == '__main__': main()
Run:
pip install opencv-python py-spy record --native python opencv.py # Error: Failed to merge native and python frames (Have 1 native and 2 python)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
py-spy top --native
fails with OpenCVPlatform:
Minimal example to reproduce:
Run:
pip install opencv-python py-spy record --native python opencv.py # Error: Failed to merge native and python frames (Have 1 native and 2 python)
The text was updated successfully, but these errors were encountered: