Searched refs:cps (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_clear.c214 double cps = vboxCrFpsGetCps(&Fps); local
217 crDebug("fps: %f, rec Mbps: %.1f, send Mbps: %.1f, cps: %.1f, ops: %.0f, host %.1f%%",
218 fps, bps/(1024.0*1024.0), bpsSent/(1024.0*1024.0), cps, ops, tup);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvboxhgsmi.c117 double cps = ((double)1000000000.) * pProfile->cSteps / profileTime; local
118 vboxCrHgsmiLog("hgsmi: cps: %.1f, host %.1f%%\n", cps, percent);
H A Dvboxhgcm.c127 double cps = ((double)1000000000.) * pProfile->cSteps / profileTime; local
128 vboxCrHgsmiLog("hgcm: cps: %.1f, host %.1f%%\n", cps, percent);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.cpp112 double cps = (_pObj)->ProfileDdiFps.GetCps(); \
114 VBOXDISPPROFILE_DUMP(("[0x%p]: fps: %f, cps: %.1f, host %.1f%%", (_pObj), fps, cps, tup)); \

Completed in 8345 milliseconds