|
Java开源项目
|
JTopas - Java tokenizer and parser tools [Parser Generators]
The JTopas project provides a small, easy-to-use Java library for the common problem of parsing arbitrary text data. These data can come from a simple configuration file with a few... Beaver [Parser Generators] Beaver is a LALR(1) parser generator. It takes a context free grammar and converts it into a Java class that implements a parser for the language described by the grammar. Beaver a... FProfiler - Profiling made simple [Performance analysis] FProfiler is a very fast profiler for Java. It uses BCEL and log4j to log every methodstart and -end. SJPT - Simple Java Parsing Toolkit [Parser Generators] SJPT is a parsing toolkit that supports both top-down (LL(1) and Simple Precedence) and bottom-up parsing (LR(0), SLR(1), LR(1) and LALR(1)). The toolkit also supports generating J... JMP - Java Memory Profiler [Performance analysis] JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP uses a GTK+ ... Atlassian Profiling [Performance analysis] Atlassian Profiling is a simple library for run-time profiling of a J2EE application. JUnitPerf [Performance analysis] JUnitPerf is a collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests. Cougaar Memory Profiler [Performance analysis] The Cougaar memory profiler is a tool for debugging memory usage and leaks in any Java application. It features a scalable 100% Java design that is lighter weight than existing JVM... JAMon - Java Application Monitor [Performance analysis] The Java Application Monitor ( JAMon ) is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications. JIP — The Java Interactive Profiler [Performance analysis] JIP is a code profiling tool much like the hprof tool that ships with the JDK. There are, however, a few differences: Interactivity. hprof is not an interactive profiler. It sta... |
|