#include "stdafx.h"
#include "Native.h"
#include "Monitor.h"
JNIEXPORT jdouble JNICALL Java_org_bench4q_monitor_probe_windows_WindowsCpuProbe_getCpuUsage
(JNIEnv * environment, jobject object)
{
return GetCpuUsage(100);
}