HomeSort by relevance Sort by last modified time
    Searched refs:performance (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /sfw/usr/src/lib/dom4j/dom4j-1.6.1/src/samples/org/dom4j/samples/performance/
Task.java 10 package org.dom4j.samples.performance;
PerformanceSupport.java 10 package org.dom4j.samples.performance;
15 * Base class for all simple performance tests
22 /** Whether the performance of each run is printed */
ParseTest.java 10 package org.dom4j.samples.performance;
20 * Tests the performance of parsing a Document
PullParseTest.java 10 package org.dom4j.samples.performance;
20 * Tests the performance of parsing a Document with the XML Pull Parser
ToTextTest.java 10 package org.dom4j.samples.performance;
19 * Tests the performance of turning a Document into text
ParseLoop.java 10 package org.dom4j.samples.performance;
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/hppa/basic/
perf.s 4 ; PA2.0 performance monitor instruction tests
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/mips/
perfcount.s 1 # source file to test assembly of R1[20]000 performance counter instructions.
perfcount.d 2 #name: MIPS R1[20]000 performance counters
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/libstdc++-v3/scripts/
create_testsuite_files 54 grep performance $tmp.3 > $tests_file_perf
55 grep -v performance $tmp.3 > $tmp.4
  /sfw/usr/src/lib/log4j/apache-log4j-1.2.15/src/performance/java/org/apache/log4j/performance/
NOPWriter.java 18 package org.apache.log4j.performance;
30 * <code>org.apache.log4j.performance.NOPWriter</code> class is
NullAppender.java 18 package org.apache.log4j.performance;
29 * <code>org.apache.log4j.performance.NullAppender</code> class is
SystemTime.java 18 package org.apache.log4j.performance;
  /sfw/usr/src/lib/libsndfile/libsndfile-1.0.17/tests/
benchmark.c 217 double performance ; local
267 performance = (1.0 * BUFFER_SIZE) * BLOCK_COUNT * op_count ;
268 performance *= (1.0 * CLOCKS_PER_SEC) / clock_time ;
269 printf ("%6.2f%% of raw write\n", 100.0 * performance / write_rate) ;
299 performance = (1.0 * item_count) * BLOCK_COUNT * op_count ;
300 performance *= (1.0 * CLOCKS_PER_SEC) / clock_time ;
301 printf ("%6.2f%% of raw read\n", 100.0 * performance / read_rate) ;
311 double performance ; local
361 performance = (1.0 * BUFFER_SIZE) * BLOCK_COUNT * op_count ;
362 performance *= (1.0 * CLOCKS_PER_SEC) / clock_time
405 double performance ; local
    [all...]
  /sfw/usr/src/cmd/stunnel/stunnel-4.25/tools/
stunnel.conf 10 ; Some performance tunings
  /sfw/usr/src/cmd/mysql-5-1/mysql-5.1.30-dtrace/mysql-test/suite/funcs_1/t/
myisam_views.test 22 MyISAM(only) performance issues Bug#11948;
  /sfw/usr/src/cmd/mysql-5-0/mysql-5.0.86/mysql-test/suite/funcs_1/t/
myisam_views.test 21 MyISAM(only) performance issues Bug#11948;
  /sfw/usr/src/cmd/cdrtools/cdrtools-2.01.01a63/libedc/
libedc.mk 15 # Selectively increase the opimisation for libedc for better performance
libedc_dec.mk 11 # Selectively increase the opimisation for libedc for better performance
libedc_dec_p.mk 14 # Selectively increase the opimisation for libedc for better performance
shledc.mk 16 # Selectively increase the opimisation for libedc for better performance
shledc_dec.mk 12 # Selectively increase the opimisation for libedc for better performance
  /sfw/usr/src/cmd/cdrtools/cdrtools-2.01.01a63/libmdigest/
mdigest.mk 15 # Selectively increase the opimisation for libmdigest for better performance
shlmdigest.mk 16 # Selectively increase the opimisation for libmdigest for better performance
  /sfw/usr/src/cmd/tomcat/commons-pool-1.4-src/src/test/org/apache/commons/pool/performance/
SleepingObjectFactory.java 18 package org.apache.commons.pool.performance;

Completed in 1260 milliseconds

1 2 3 4 5 6 7