Download gprof-0.3.1.jar file

Introduction

You can download gprof-0.3.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

gprof-0.3.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/services/org.codehaus.groovy.runtime.ExtensionModule
groovyx.gprof.AdaptingExpandoMetaClass.class
groovyx.gprof.CallFilter.class
groovyx.gprof.CallInfo.class
groovyx.gprof.CallInterceptor.class
groovyx.gprof.CallMatcher.class
groovyx.gprof.CallTree.class
groovyx.gprof.MethodCallFilter.class
groovyx.gprof.MethodCallInfo.class
groovyx.gprof.MethodInfo.class
groovyx.gprof.ProfileMetaClass.class
groovyx.gprof.ProfileStaticExtension.class
groovyx.gprof.Profiler.class
groovyx.gprof.ProxyReport.class
groovyx.gprof.Report.class
groovyx.gprof.ReportElement.class
groovyx.gprof.ReportNormalizer.class
groovyx.gprof.ReportPrinter.class
groovyx.gprof.ThreadInfo.class
groovyx.gprof.ThreadRunFilter.class
groovyx.gprof.ThreadRunInfo.class
groovyx.gprof.Utils.class
groovyx.gprof.callgraph.CallGraphReport.class
groovyx.gprof.callgraph.CallGraphReportElement.class
groovyx.gprof.callgraph.CallGraphReportMethodElement.class
groovyx.gprof.callgraph.CallGraphReportNormalizer.class
groovyx.gprof.callgraph.CallGraphReportPrinter.class
groovyx.gprof.callgraph.CallGraphReportSpontaneousElement.class
groovyx.gprof.callgraph.CallGraphReportThreadElement.class
groovyx.gprof.callgraph.CallGraphReportWholeCycleElement.class
groovyx.gprof.flat.FlatReport.class
groovyx.gprof.flat.FlatReportMethodElement.class
groovyx.gprof.flat.FlatReportNormalizer.class
groovyx.gprof.flat.FlatReportPrinter.class
groovyx.gprof.flat.FlatReportThreadElement.class

Pom

gprof-0.3.1.pom file content.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.gperfutils</groupId>
  <artifactId>gprof</artifactId>
  <packaging>jar</packaging>
  <name>GProf</name>
  <version>0.3.1-groovy-2.4</version>
  <description>GProf, profiling module for Groovy</description>
  <url>https://github.com/gperfutils/gprof</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>
  <scm>
    <connection>scm:git:https://github.com/gperfutils/gprof.git</connection>
    <developerConnection>scm:https://github.com/gperfutils/gprof.git</developerConnection>
    <url>https://github.com/gperfutils/groovyx.gprof</url>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>org.gperfutils</groupId>
   <artifactId>gprof</artifactId>
   <version>0.3.1</version>
</dependency>

Download

If you think the following gprof-0.3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download gprof-0.3.1.jar file




PreviousNext

Related