Package com.singularsys.jepexamples.diagnostics
package com.singularsys.jepexamples.diagnostics
Examples that serve as diagnostic tools.
-
ClassesClassDescriptionTest various features until failure.Class to examine the results types of the various operators and function.Used to examine the memory used to initialise a Jep instance.The versions of the FastEvaluator in Jep 3.4.The versions of the FastEvaluator in Jep 3.5.Tests the speed of parsing.Compares the speed of evaluation between different evaluation schemes.Configuration using the BDConfigBasic class to set the evaluation contextStandard Jep configuration (with FastEvaluator)Standard Jep configuration (with Jep 3.4's FastEvaluator)Standard Jep configuration (with Jep 3.5's FastEvaluator)Standard Jep configuration (with Jep 3.5's FastEvaluator and no checks)Standard Jep configuration (with FastEvaluator)Configuration using the StandardEvaluatorDifferent output methodsConfiguration using the RealEvaluatorPrint detailed ratios for each run.Configuration using the RealEvaluatorPrint output tab separated.Configuration using the RealEvaluatorConfiguration using the
UncheckedEvaluatorCompares the speed of evaluation between different evaluation schemes.Basic class to set the evaluation contextStandard Jep configuration (with FastEvaluator)Standard Jep configuration (with Jep 3.4's FastEvaluator)Standard Jep configuration (with Jep 3.5's FastEvaluator)Standard Jep configuration (with Jep 3.5's FastEvaluator) with all checks turned off.Standard Jep configuration (with FastEvaluator)Configuration using the StandardEvaluatorDifferent output methodsConfiguration using the RealEvaluatorPrint detailed ratios for each run.Configuration using the RealEvaluatorPrint output tab separated.Configuration using the RealEvaluatorConfiguration using the UncheckedEvaluatorA diagnostic application using theThreadSafeEvaluatorand a variable number of threads.A thread which evaluates an expression multiple times.Tests evaluation using multiple threads.A thread which evaluates an expression multiple times.Some common utility methods