Skip to content

the really meaning of --native #535

Closed Answered by godlygeek
zdyj3170101136 asked this question in Q&A
Discussion options

You must be logged in to vote

seems even without --native the python frame of memory allocation is accurate.

Without --native allocations performed by native code are counted as though they were made by the most recent ancestor Python frame in the stack.

With --native allocations performed by native code are shown as being made by a native frame in a hybrid stack that includes both Python and native frames intermingled.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@zdyj3170101136
Comment options

@zdyj3170101136
Comment options

@pablogsal
Comment options

@godlygeek
Comment options

Answer selected by godlygeek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #534 on January 30, 2024 10:01.