January 2014 Archives by date
Starting: Wed Jan 1 06:18:46 PST 2014
Ending: Fri Jan 31 00:54:38 PST 2014
Messages: 76
- hg: code-tools/jmh: @State annotation should always have a value.
aleksey.shipilev at oracle.com
- Warmup Iterations
Richard Warburton
- Bad CSV output
Julien Ponge
- Bad CSV output
Gilles Duboscq
- Bad CSV output
Julien Ponge
- hg: code-tools/jmh: CSV results to follow the guidance from RFC 4180.
aleksey.shipilev at oracle.com
- Bad CSV output
Aleksey Shipilev
- Bad CSV output
Julien Ponge
- Bad CSV output
Aleksey Shipilev
- Bad CSV output
Julien Ponge
- Bad CSV output
Aleksey Shipilev
- Warmup Iterations
Aleksey Shipilev
- Bad CSV output
Julien Ponge
- Bad CSV output
Gilles Duboscq
- hg: code-tools/jmh: SCSV result formatter.
aleksey.shipilev at oracle.com
- Bad CSV output
Julien Ponge
- Bad CSV output
Aleksey Shipilev
- Bad CSV output
Aleksey Shipilev
- Bad CSV output
Julien Ponge
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Remove OutputFormatType, merging the selection of output formats with verbosity levels.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Store all benchmark metadata in microbenchmark list, purge all JMH-specific annotation on generated methods.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: 2 new changesets
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Optimize forked integration tests (almost 2x improvement for integration testing times)
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Annotation sample: make it clear that class-level annotation are also acceptable.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: @GMB inheritance working. See JMHSample_24_Inheritance for the runnable example.
aleksey.shipilev at oracle.com
- Abstract classes annotation processing
Aleksey Shipilev
- hg: code-tools/jmh: Capitalize VerboseMode.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Option -> Optional.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Use Optional in Option interface, move the defaults out of option parsing code.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Clean up Defaults.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Deprecate and remove InstanceProvider.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Remove args4j in favor of jopt-simple.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Regression: CommandLineOptions should be serializable.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Fix up the Ant sample after args4j -> joptsimple move.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Regression: -rf should accept mixed-case constants as well.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Switch to PRNG from "Numerical Recipes": being 32-bit only, provides almost 3x faster Blackholes on 32-bit ARMs.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Blackhole: another micro-optimization towards smaller consume() bytecode-wise.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Regression: after @GMB processor started to accept all classes, other processors stopped to run. Notably, @CompilerControl processor broke.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Force inline all BlackHole.* methods.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Better language in JMHSample_11_Loops.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Rework forked JVM options: purge "classpath", make use of Optional, fix a few minor bugs, print JVM options in the human-readable log.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: BenchmarkRecord: escape ", " to dodge unlucky match.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Profilers: make sure profiler IDs are always consistent.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Statistics: switch to Apache Commons math, remove the tabular Student-T values, Statistics.isDifferent for statistical inference.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Apache Commons Math: add APLv2 to THIRD-PARTY license list.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: UX: "VM Options" prints "<none>" instead of empty string.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Always use proper loopback address.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Regression: binary link should also work on JDK 6.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: Make padding subclasses abstract.
aleksey.shipilev at oracle.com
- CSV file output show wrong number of iterations
Staffan Friberg
- Javac benchmarks
Staffan Friberg
- hg: code-tools/jmh: JMH Samples also runnable through Java API and have Main methods.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: (S)CSV result formatters should emit "Samples", not iteration info.
aleksey.shipilev at oracle.com
- CSV file output show wrong number of iterations
Aleksey Shipilev
- hg: code-tools/jmh: Disable annotation processors in the final JARs (JMH subprojects part)
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Disable annotation processors in the final JARs (archetype part)
aleksey.shipilev at oracle.com
- Javac benchmarks
Aleksey Shipilev
- hg: code-tools/jmh: Ant sample: add Apache Commons Math dependency.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Ant sample: Disable annotation processors in the final JARs.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: JMHSample_06: mention fail-on-error.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Better resolution of loopback address. Should work on machines with mis-configured /etc/hosts.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
- Regression in 0.3: ClassCastException during code generation due to presence of package-info.java
Evgeny Mandrikov
- hg: code-tools/jmh: Regression: @GMB processor fails if package-info.java is present.
aleksey.shipilev at oracle.com
- Regression in 0.3: ClassCastException during code generation due to presence of package-info.java
Aleksey Shipilev
- hg: code-tools/jmh: Print run progress and ETA estimates.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Advanced recovery for the faulty benchmarks. The results for the correct benchmarks should be always available.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Statistics should be Comparable<Statistics> via the proper inference.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Print VM invoker path as well as the VM options.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Print "Benchmark" instead of "Running" in human-readable log.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Force inline @GMB methods.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
- Inline Compiler Control confused in 0.3.1?
Bernd Eckenfels
- hg: code-tools/jmh: Force inline @GMB should only work if no explicit annotation is used.
aleksey.shipilev at oracle.com
- Inline Compiler Control confused in 0.3.1?
Aleksey Shipilev
Last message date:
Fri Jan 31 00:54:38 PST 2014
Archived on: Fri Jan 31 00:54:48 PST 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).