You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After integrating pyroscope-java into the Java service, I found that the analysis data for ReentrantLock and synchronized appear in the block and mutex types respectively. Based on mutex classification, shouldn't they both be categorized under the mutex analysis type? Perhaps I misunderstand something. Please help clarify.
If the blocking is caused by the mutex lock synchronized, will it be included in the block type? Please help explain the relationship between block and mutex.
The text was updated successfully, but these errors were encountered:
After integrating pyroscope-java into the Java service, I found that the analysis data for ReentrantLock and synchronized appear in the block and mutex types respectively. Based on mutex classification, shouldn't they both be categorized under the mutex analysis type? Perhaps I misunderstand something. Please help clarify.
If the blocking is caused by the mutex lock synchronized, will it be included in the block type? Please help explain the relationship between block and mutex.
The text was updated successfully, but these errors were encountered: