代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/213676/4913751
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/213215/4917846
java benchmark.java
package com.reddragon2046.base.utilities.data.util;
import java.io.PrintStream;
import java.io.Serializable;
import java.util.Date;
public class Benchmark
implements Serializable
{
www.eeworm.com/read/209357/4979127
java benchmark.java
package org.jamon.benchmark;
import java.io.IOException;
import java.io.StringWriter;
public class Benchmark
{
private static class Runner
implements Runnable
{
private Runne
www.eeworm.com/read/208788/4990615
java benchmark.java
package org.apache.lucene.benchmark.byTask;
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
*
www.eeworm.com/read/205824/5016380
dsw benchmark.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/205824/5016381
dsp benchmark.dsp
# Microsoft Developer Studio Project File - Name="benchmark" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/205824/5016382
c benchmark.c
#include
#include
#include
#include
#include "expat.h"
#ifdef XML_LARGE_SIZE
#define XML_FMT_INT_MOD "ll"
#else
#define XML_FMT_INT_MOD "l"
#endif
www.eeworm.com/read/205052/5026138
java benchmark.java
/*
* Main.java
*
* Created on 25 February 2005, 14:27
*/
package com.ideasasylum.dbbenchmark;
import java.sql.*;
import java.util.logging.*;
import org.apache.commons.cli.*;
import java.io.*;
/
www.eeworm.com/read/204713/5029713
java benchmark.java
package embjbench;
class BenchMark {
/*
14: iload_2
15: iload_3
16: iadd
17: iload_3
18: iadd
19: istore_2
*/
int test(int cnt) {
int a = 0;
int b = 123;
int i;
for (i=0
www.eeworm.com/read/204713/5029747
java benchmark.java
package jbe;
public abstract class BenchMark {
/**
* Provide the test function inside a loop running
* cnt times.
* @param cnt
* @return
*/
public abstract int test(int cnt);
/**
* C