Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Missing test.performance native library on Mac

Hello,

While using the test.performance plug-in, I have noticed that on Mac it needs a native library to collect some performance counters (CPU, Kernel time).

In PerformanceMonitorMac.java:

NATIVE_LIBRARY_NAME= "perf_3_1_0";
System.loadLibrary(NATIVE_LIBRARY_NAME);

Does anyone know where the library and the code are?

Thank you,
Marc-Andre

Back to the top