- GC_AVG - Static variable in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
- GC_INVOCATIONS - Static variable in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
- GC_STDDEV - Static variable in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
- GC_TIME - Static variable in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
- gcAverage - Variable in class com.carrotsearch.junitbenchmarks.Result
-
- gcInfo - Variable in class com.carrotsearch.junitbenchmarks.Result
-
- GCSnapshot - Class in com.carrotsearch.junitbenchmarks
-
Snapshot of GC activity (cumulative for all GC types).
- generate() - Method in class com.carrotsearch.junitbenchmarks.db.HistoryChartGenerator
-
Generate the chart's HTML.
- generate() - Method in class com.carrotsearch.junitbenchmarks.db.MethodChartGenerator
-
Generate the chart's HTML.
- getAddCustomKeySql() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the SQL for adding a custom key.
- getAddCustomKeySql() - Method in class com.carrotsearch.junitbenchmarks.h2.H2Consumer
-
- getAddCustomKeySql() - Method in class com.carrotsearch.junitbenchmarks.mysql.MySQLConsumer
-
- getChartsDir() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the charts directory.
- getConnection() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the connection, instantiating it if necessary.
- getCreateDbVersionSql() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the SQL for creating the DB Version table.
- getCreateDbVersionSql() - Method in class com.carrotsearch.junitbenchmarks.h2.H2Consumer
-
- getCreateDbVersionSql() - Method in class com.carrotsearch.junitbenchmarks.mysql.MySQLConsumer
-
- getCreateRunsSql() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the SQL for creating the runs table.
- getCreateRunsSql() - Method in class com.carrotsearch.junitbenchmarks.h2.H2Consumer
-
- getCreateRunsSql() - Method in class com.carrotsearch.junitbenchmarks.mysql.MySQLConsumer
-
- getCreateTestsSql() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the SQL for creating the tests table.
- getCreateTestsSql() - Method in class com.carrotsearch.junitbenchmarks.h2.H2Consumer
-
- getCreateTestsSql() - Method in class com.carrotsearch.junitbenchmarks.mysql.MySQLConsumer
-
- getCustomKeyValue() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the custom key value.
- getDbVersion() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Retrieve DB version.
- getDefaultChartsDir() - Static method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the default charts directory
- getDefaultConsumers() - Static method in class com.carrotsearch.junitbenchmarks.BenchmarkOptionsSystemProperties
-
- getDefaultCustomKey() - Static method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the default custom key.
- getDefaultDbName() - Static method in class com.carrotsearch.junitbenchmarks.h2.H2Consumer
-
Return the global default DB name.
- getHistoryHtmlTemplate() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the history HTML template.
- getMethodChartPropertiesQuery() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the SQL for obtaining method chart properties.
- getMethodChartPropertiesQuery() - Method in class com.carrotsearch.junitbenchmarks.h2.H2Consumer
-
- getMethodChartPropertiesQuery() - Method in class com.carrotsearch.junitbenchmarks.mysql.MySQLConsumer
-
- getMethodChartResultsQuery() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the SQL for obtaining method chart results.
- getMethodChartResultsQuery() - Method in class com.carrotsearch.junitbenchmarks.h2.H2Consumer
-
- getMethodChartResultsQuery() - Method in class com.carrotsearch.junitbenchmarks.mysql.MySQLConsumer
-
- getMethodHtmlTemplate() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the method HTML template.
- getNewRunSql() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the SQL for inserting into the runs table.
- getNewRunSql() - Method in class com.carrotsearch.junitbenchmarks.h2.H2Consumer
-
- getNewRunSql() - Method in class com.carrotsearch.junitbenchmarks.mysql.MySQLConsumer
-
- getResource(Class<?>, String) - Static method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Read a given resource from classpath and return UTF-8 decoded string.
- getRunId() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the run ID, lazy-loading it if it was not already read.
- getShortTestClassName() - Method in class com.carrotsearch.junitbenchmarks.Result
-
Returns the short version of the test's class.
- getTestClass() - Method in class com.carrotsearch.junitbenchmarks.Result
-
Returns the class under test.
- getTestClassName() - Method in class com.carrotsearch.junitbenchmarks.Result
-
Returns the long version of the test's class.
- getTestInsertSql() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Gets the SQL for inserting into the test table.
- getTestInsertSql() - Method in class com.carrotsearch.junitbenchmarks.h2.H2Consumer
-
- getTestInsertSql() - Method in class com.carrotsearch.junitbenchmarks.mysql.MySQLConsumer
-
- getTestInsertStatement() - Method in class com.carrotsearch.junitbenchmarks.db.DbConsumer
-
Lazy-loads the test insert statement.
- getTestMethod() - Method in class com.carrotsearch.junitbenchmarks.Result
-
Returns the method under test (or null if not available and couldn't be located).
- getTestMethodName() - Method in class com.carrotsearch.junitbenchmarks.Result
-
- getThreadCount() - Method in class com.carrotsearch.junitbenchmarks.Result
-