All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download perfidix JAR 3.6.5 with all dependencies


Perfidix comes as a light-weight Java Benchmarking Tool which allows to make simple measurements of source code without installing heavy profilers or using special IDEs. Perfidix comes as a simple jar which has to be included in the classpath. Methods which should be benched are annotated similar to JUnit testcases. With these simple modifications fast evaluation and real-time measurements can be made with existing source code without adapting the program.

Files of the artifact perfidix version 3.6.5 from the group org.perfidix.

Artifact perfidix
Group org.perfidix
Version 3.6.5
Last update 14. April 2012
Tags: methods perfidix using weight simple tool made existing annotated evaluation real time allows testcases benchmarking light these similar ides with benched modifications heavy code adapting junit without comes should classpath measurements profilers which source program special installing java included fast make
Organization University of Konstanz, Distributed Systems Group
URL https://github.com/disy/perfidix
License New BSD
Dependencies amount 3
Dependencies commons-primitives, commons-math, joda-time,
There are maybe transitive dependencies!
There is a newer version: 3.6.9
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of perfidix Show documentation

Please rate this JAR file. Is it a good library?

5 downloads

Source code of perfidix version 3.6.5

META-INF
META-INF.META-INF.MANIFEST.MF
org.perfidix
org.perfidix.org.perfidix.AbstractConfig
org.perfidix.org.perfidix.Benchmark
org.perfidix.org.perfidix.Perfidix
org.perfidix.annotation
org.perfidix.annotation.org.perfidix.annotation.AfterBenchClass
org.perfidix.annotation.org.perfidix.annotation.AfterEachRun
org.perfidix.annotation.org.perfidix.annotation.AfterLastRun
org.perfidix.annotation.org.perfidix.annotation.BeforeBenchClass
org.perfidix.annotation.org.perfidix.annotation.BeforeEachRun
org.perfidix.annotation.org.perfidix.annotation.BeforeFirstRun
org.perfidix.annotation.org.perfidix.annotation.Bench
org.perfidix.annotation.org.perfidix.annotation.BenchClass
org.perfidix.annotation.org.perfidix.annotation.BenchmarkConfig
org.perfidix.annotation.org.perfidix.annotation.SkipBench
org.perfidix.annotation.org.perfidix.annotation.package-info
org.perfidix.element
org.perfidix.element.org.perfidix.element.AbstractMethodArrangement
org.perfidix.element.org.perfidix.element.BenchmarkElement
org.perfidix.element.org.perfidix.element.BenchmarkExecutor
org.perfidix.element.org.perfidix.element.BenchmarkMethod
org.perfidix.element.org.perfidix.element.KindOfArrangement
org.perfidix.element.org.perfidix.element.NoMethodArrangement
org.perfidix.element.org.perfidix.element.SequentialMethodArrangement
org.perfidix.element.org.perfidix.element.ShuffleMethodArrangement
org.perfidix.element.org.perfidix.element.package-info
org.perfidix.example
org.perfidix.example.org.perfidix.example.Config
org.perfidix.example.list
org.perfidix.example.list.org.perfidix.example.list.Array
org.perfidix.example.list.org.perfidix.example.list.ElementList
org.perfidix.example.list.org.perfidix.example.list.IntArrayList
org.perfidix.example.list.org.perfidix.example.list.IntList
org.perfidix.example.list.org.perfidix.example.list.ListBenchmark
org.perfidix.example
org.perfidix.example.org.perfidix.example.package-info
org.perfidix.example.stack
org.perfidix.example.stack.org.perfidix.example.stack.FastIntStack
org.perfidix.example.stack.org.perfidix.example.stack.StackBenchmark
org.perfidix.exceptions
org.perfidix.exceptions.org.perfidix.exceptions.AbstractPerfidixMethodException
org.perfidix.exceptions.org.perfidix.exceptions.PerfidixMethodCheckException
org.perfidix.exceptions.org.perfidix.exceptions.PerfidixMethodInvocationException
org.perfidix.exceptions.org.perfidix.exceptions.SocketViewException
org.perfidix.exceptions.org.perfidix.exceptions.package-info
org.perfidix.meter
org.perfidix.meter.org.perfidix.meter.AbstractMeter
org.perfidix.meter.org.perfidix.meter.CountingMeter
org.perfidix.meter.org.perfidix.meter.MemMeter
org.perfidix.meter.org.perfidix.meter.Memory
org.perfidix.meter.org.perfidix.meter.ThreadMeter
org.perfidix.meter.org.perfidix.meter.Time
org.perfidix.meter.org.perfidix.meter.TimeMeter
org.perfidix.meter.org.perfidix.meter.package-info
org.perfidix.ouput
org.perfidix.ouput.org.perfidix.ouput.AbstractOutput
org.perfidix.ouput.org.perfidix.ouput.CSVOutput
org.perfidix.ouput.org.perfidix.ouput.TabularSummaryOutput
org.perfidix.ouput.asciitable
org.perfidix.ouput.asciitable.org.perfidix.ouput.asciitable.AbstractTabularComponent
org.perfidix.ouput.asciitable.org.perfidix.ouput.asciitable.DynamicLine
org.perfidix.ouput.asciitable.org.perfidix.ouput.asciitable.Header
org.perfidix.ouput.asciitable.org.perfidix.ouput.asciitable.NiceTable
org.perfidix.ouput.asciitable.org.perfidix.ouput.asciitable.Row
org.perfidix.ouput.asciitable.org.perfidix.ouput.asciitable.Util
org.perfidix.ouput.asciitable.org.perfidix.ouput.asciitable.package-info
org.perfidix.ouput
org.perfidix.ouput.org.perfidix.ouput.package-info
org.perfidix
org.perfidix.org.perfidix.package-info
org.perfidix.result
org.perfidix.result.org.perfidix.result.AbstractResult
org.perfidix.result.org.perfidix.result.AbstractResultContainer
org.perfidix.result.org.perfidix.result.BenchmarkResult
org.perfidix.result.org.perfidix.result.ClassResult
org.perfidix.result.org.perfidix.result.MethodResult
org.perfidix.result.org.perfidix.result.package-info
org.perfidix.socketadapter
org.perfidix.socketadapter.org.perfidix.socketadapter.IBenchRunSessionListener
org.perfidix.socketadapter.org.perfidix.socketadapter.IUpdater
org.perfidix.socketadapter.org.perfidix.socketadapter.SocketAdapter
org.perfidix.socketadapter.org.perfidix.socketadapter.SocketListener
org.perfidix.socketadapter.org.perfidix.socketadapter.SocketViewProgressUpdater
org.perfidix.socketadapter.org.perfidix.socketadapter.SocketViewStub
org.perfidix.socketadapter.org.perfidix.socketadapter.package-info




© 2015 - 2024 Weber Informatics LLC | Privacy Policy