Microsoft SDK for Java

IJavaEventMonitorIDInfo::
GetMonitorUsage

The GetMonitorUsage method of the IJavaEventMonitorIDInfo interface is called by a profiler to retrieve information about Java monitors (Java synchronization objects or critical sections).

Syntax

HRESULT GetMonitorUsage(hyper *pmonitors_used);

Return Value

A count of how many Java monitors are currently in use.

Parameters

[out] *pmonitors_used The count of how many Java monitors are currently in use.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.