Skip to main content

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

As far as I know, there never was one written for the Mac.




From:        Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx>
To:        "platform-releng-dev@xxxxxxxxxxx" <platform-releng-dev@xxxxxxxxxxx>,
Date:        07/11/2014 02:40 PM
Subject:        [platform-releng-dev] Missing test.performance native library on Mac
Sent by:        platform-releng-dev-bounces@xxxxxxxxxxx




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_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Back to the top