eu.lindenbaum.maven.erlang
Class ProfilingResult.Report.Row

java.lang.Object
  extended by eu.lindenbaum.maven.erlang.ProfilingResult.Report.Row
Enclosing class:
ProfilingResult.Report

public static class ProfilingResult.Report.Row
extends Object


Field Summary
 int calls
           
 float microSecondsPerCall
           
 String name
           
 int time
           
 
Constructor Summary
ProfilingResult.Report.Row(String name, int calls, int time, float microsecondsPerCall)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name

calls

public final int calls

time

public final int time

microSecondsPerCall

public final float microSecondsPerCall
Constructor Detail

ProfilingResult.Report.Row

public ProfilingResult.Report.Row(String name,
                                  int calls,
                                  int time,
                                  float microsecondsPerCall)


Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.