jar

ca.jimr : gae-mini-profiler

Maven & Gradle

Sep 10, 2015
20 stars

Google App Engine Profiler for Java · A mini profiler for the Google App Engine Java runtime (inspired by the Python gae_mini_profiler at https://github.com/kamens/gae_mini_profiler and the MVC Mini Profiler at http://code.google.com/p/mvc-mini-profiler/)

Table Of Contents

Latest Version

Download ca.jimr : gae-mini-profiler JAR file - Latest Versions:

All Versions

Download ca.jimr : gae-mini-profiler JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gae-mini-profiler-2.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ca.jimr.gae.profiler.resources

├─ ca.jimr.gae.profiler.resources.MiniProfilerResourceLoader.class - [JAR]

ca.jimr.gae.profiler

├─ ca.jimr.gae.profiler.MiniProfiler.class - [JAR]

├─ ca.jimr.gae.profiler.MiniProfilerFilter.class - [JAR]

├─ ca.jimr.gae.profiler.MiniProfilerServlet.class - [JAR]

com.google.appengine.tools.appstats

├─ com.google.appengine.tools.appstats.MiniProfilerAppstats.class - [JAR]

Advertisement