代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/486506/6533705
c benchmark.c
/* Just run DES in a loop consuming CPU time; good for benchmarking
* Phil Karn
*/
#include
main()
{
static char key[8] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef };
static char
www.eeworm.com/read/156714/11783800
bld benchmark.bld
#!build
default:
nobuild
:arm_cputype=arm9
:directivedir=resource
:outputname=-
:object_dir=objs
:target=arm\generic\standalone
:sourcedirs=resource
:sourcedirs=..\src
:sourcedirs=.
www.eeworm.com/read/257675/11916867
cpp benchmark.cpp
#include"sift.hpp"
#include
#include
#include
#define FLOOR(x) std::floor(x)
#define FMOD(x,y) std::fmod(x,y)
#define SQRT(x) std::sqrt(x)
#define ATAN2(y,x) std
www.eeworm.com/read/256815/11971118
cpp benchmark.cpp
// Benchmark.cpp: implementation of the Benchmark class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "../performance.h"
#include "Benc
www.eeworm.com/read/256815/11971120
h benchmark.h
// Benchmark.h: interface for the Benchmark class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BENCHMARK_H__DC05794C_0291_4AFB_BF52_8C08E486B911__IN
www.eeworm.com/read/152778/12085776
asm benchmark.asm
/*****************************************************/
/* */
/* int Clock_start = count_start() */
/* int Clock_count = count_e
www.eeworm.com/read/152778/12085782
h benchmark.h
#include "ctypes.h"
S32 count_start();
S32 count_end(S32);
www.eeworm.com/read/152778/12085838
asm benchmark.asm
/*****************************************************/
/* */
/* int Clock_start = count_start() */
/* int Clock_count = count_e
www.eeworm.com/read/152778/12085839
h benchmark.h
#include "ctypes.h"
S32 count_start();
S32 count_end(S32);