代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/229396/14340776
txt readme.txt
Use this benchmark command line utility as follows:
benchmark [-n]
The command line arguments are:
-n ... optional; if supplied, then
www.eeworm.com/read/123453/14630152
txt bench_http.txt
HTTP client and server benchmark
This benchmark makes #TIMES# HTTP requests using the Kannel HTTP
client and server code, specifically, the test_http
c
www.eeworm.com/read/123453/14630687
txt bench_http.txt
HTTP client and server benchmark
This benchmark makes #TIMES# HTTP requests using the Kannel HTTP
client and server code, specifically, the test_http
c
www.eeworm.com/read/208017/15255831
txt random.txt
look at http://www.ao.net/help/software/lps/disktools/INDEX
asbench.zip Benchmark for drives under a ASPI device driver
ataid011.zip ATA Identification. Echos Identify Drive d
www.eeworm.com/read/132667/14079203
txt bench_http.txt
HTTP client and server benchmark
This benchmark makes #TIMES# HTTP requests using the Kannel HTTP
client and server code, specifically, the test_http
c
www.eeworm.com/read/203062/15366280
inp bench2.inp
bench2
{
This is a very small benchmark. It should probably fit into most caches.
Run it like this:
/bin/time xoopic -i -s 100000 -nox
or
/bin/time oopic 100000
T
www.eeworm.com/read/203062/15366845
inp mpb.inp
bench1
{
A benchmark of the particle-push.
Run by:
/bin/time xoopic -i -s 200 -nox
or
/bin/time oopic 200
This benchmark is easily scalable to be larger than any cache.
Cha
www.eeworm.com/read/202979/15368487
txt takes two 32 bit integer values and calculates their product.txt
**================================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* 32 Bit Multiply
*
* Revision Date: 07/14/97
*
* USAGE This routine is C C
www.eeworm.com/read/202979/15368509
txt takes two 40 bit integer values and calculates their product.txt
**================================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* 40 Bit Multiply
*
* Revision Date: 07/14/97
*
* USAGE This routine is C C
www.eeworm.com/read/285976/8796421
pm testemployee.pm
use Employee;
use Benchmark;
package HashEmp;
sub new {
bless {name => 'ram', age => 23};
}
sub age {
$_[0]->{age};
}
package main;
$o = Employee->new(name => "ram", age => 32);