代码搜索:bench
找到约 3,833 项符合「bench」的源代码
代码结果 3,833
www.eeworm.com/read/314474/13566416
bench
challenge
SArray
time ../bin/mips-elf/testMap 10000 0
5.761u 0.039s 0:05.90 98.1% 0+0k 0+0io 0pf+0w
LHash
time ../bin/mips-elf/testMap 10000 0
0.246u 0.038s 0:00.31 87.0% 0+0k 0+0io 0pf+0w
time ../
www.eeworm.com/read/247212/4483852
bench
#!/bin/sh
MICORC=/dev/null
export MICORC
./req_server &
req_pid=$!
sleep 1
echo "request based communication:"
time ./req_client
kill $req_pid
./stream_server &
str_pid=$!
sleep 1
echo "stream ba
www.eeworm.com/read/420998/2057489
bench
#!/bin/sh
MICORC=/dev/null
export MICORC
./req_server &
req_pid=$!
sleep 1
echo "request based communication:"
time ./req_client
kill $req_pid
./stream_server &
str_pid=$!
sleep 1
echo "stream ba
www.eeworm.com/read/416830/2106180
bench
#!/bin/sh
MICORC=/dev/null
export MICORC
./req_server &
req_pid=$!
sleep 1
echo "request based communication:"
time ./req_client
kill $req_pid
./stream_server &
str_pid=$!
sleep 1
echo "stream ba
www.eeworm.com/read/174380/9589869
bench
#!/bin/bash
CLASSPATH=".."; export CLASSPATH
ulimit -t 1200 -v 1048576
mode=$1
if [[ $mode != "ext" && $mode != "prune" \
&& $mode != "perfect" && $mode != "ring" ]]; then
echo "usage: $0
www.eeworm.com/read/292191/8368135
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/292191/8368306
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/291537/8411070
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/291537/8411267
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/291164/8438914
h bench.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
/*
* Cracking algorithm benchmark.
*/
#ifndef _JOHN_BENCH_H
#define _JOHN_BENCH_H
#incl