代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/457459/1597057
java benchmark.java
package org.sunflow;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.net.URL;
import javax.imageio.ImageIO;
import org.sunflow.core.Display;
import org.sunflow
www.eeworm.com/read/239308/4603303
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
* this
www.eeworm.com/read/231546/4714764
pm benchmark.pm
package Benchmark;
=head1 NAME
Benchmark - benchmark running times of Perl code
=head1 SYNOPSIS
timethis ($count, "code");
# Use Perl code in strings...
timethese($count, {
'Name1' =
www.eeworm.com/read/227686/4769722
java benchmark.java
/* Sesame - Storage and Querying architecture for RDF and RDF Schema
* Copyright (C) 2001-2005 Aduna
*
* Contact:
* Aduna
* Prinses Julianaplein 14 b
* 3817 CS Amersfoort
* The Neth
www.eeworm.com/read/216802/4881528
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/216802/4881529
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/216802/4881530
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/213767/4912223
rb benchmark.rb
require File.dirname(__FILE__) + '/../lib/haml/template'
require 'rubygems'
require 'active_support'
require 'action_view'
require 'benchmark'
require 'stringio'
module Haml
class Benchmarker