代码搜索:performance
找到约 6,114 项符合「performance」的源代码
代码结果 6,114
www.eeworm.com/read/400144/11582151
c performance.c
#include
#ifdef FPS
unsigned int measureTime(struct timeval *start, struct timeval *stop)
{
unsigned int sec, usec, time;
sec = stop->tv_sec - start->tv_sec;
if(stop->tv_usec >= star
www.eeworm.com/read/400144/11582174
h performance.h
#ifndef __SAMSUNG_SYSLSI_APDEV_PERFORMANCE_H__
#define __SAMSUNG_SYSLSI_APDEV_PERFORMANCE_H__
#ifdef __cplusplus
extern "C" {
#endif
unsigned int measureTime(struct timeval *start, struct timeval
www.eeworm.com/read/400144/11582196
c performance.c
#include
#ifdef FPS
unsigned int measureTime(struct timeval *start, struct timeval *stop)
{
unsigned int sec, usec, time;
sec = stop->tv_sec - start->tv_sec;
if(stop->tv_usec >= star
www.eeworm.com/read/400144/11582208
h performance.h
#ifndef __SAMSUNG_SYSLSI_APDEV_PERFORMANCE_H__
#define __SAMSUNG_SYSLSI_APDEV_PERFORMANCE_H__
#ifdef __cplusplus
extern "C" {
#endif
unsigned int measureTime(struct timeval *start, struct timeval
www.eeworm.com/read/256815/11971102
plg performance.plg
Build Log
--------------------Configuration: Performance - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\龚
www.eeworm.com/read/256815/11971105