代码搜索:bench
找到约 3,833 项符合「bench」的源代码
代码结果 3,833
www.eeworm.com/read/327101/13099398
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "hmac.h"
#include "xormac.h"
#include "sha.
www.eeworm.com/read/138956/13199582
c bench.c
/************ Simple benchmark program for THREAD.C ***********/
#include
#include "thread.h"
#define N 40000
void base() {}
void bench(Thread id) { for (;;) ThJump(id); }
main()
{ T
www.eeworm.com/read/136690/13365708
jc bench.jc
import stdlib;
/*** main ***/
function long main(const array& args)
{
long ticks;
stdlib::Print("*** ACKERMAN ***\n");
long NUM = 8;
long NUM2 = 3;
ticks = stdlib::GetTicks();
s
www.eeworm.com/read/321681/13400948
cc bench.cc
#include
#include
#include
#include "ccvt.h"
#define LOOPS 500
static struct tms OldTime, NewTime;
static void StartProfile(const char *txt)
{
printf("Perf
www.eeworm.com/read/321681/13400955
o bench.o
www.eeworm.com/read/136989/5828402
h bench.h
/* bench.h,v 1.3 2000/06/04 22:00:03 brunsch Exp */
/**************************************************************************
*
www.eeworm.com/read/136989/5828446
c bench.c
/* bench.c,v 1.3 2000/09/22 19:30:37 brunsch Exp */
/**************************************************************************
* *
* Copyright (C) 1995 Silicon Graphics, Inc. *
www.eeworm.com/read/136989/5832067
dsw bench.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/131315/5944083
out bench.out
415145052
415145151
202003 statements executed in 17.93 seconds cpu time.
www.eeworm.com/read/131315/5944107
p bench.p
program bench(output);
var a:alfa;
i,j,k: integer;
begin
writeln(wallclock);
for i := 1 to 1000 do
for j := 1 to 100 do
k := 0;
writeln(wallclock)
end.