Uses of Class
ca.jimr.gae.profiler.MiniProfiler.Profile

Packages that use MiniProfiler.Profile
ca.jimr.gae.profiler This package contains the MiniProfiler API. 
 

Uses of MiniProfiler.Profile in ca.jimr.gae.profiler
 

Methods in ca.jimr.gae.profiler that return MiniProfiler.Profile
protected static MiniProfiler.Profile MiniProfiler.stop()
          Stop the profiler.
 

Methods in ca.jimr.gae.profiler that return types with arguments of type MiniProfiler.Profile
 List<MiniProfiler.Profile> MiniProfiler.Profile.getChildren()
          Get the child steps of this step.
 

Methods in ca.jimr.gae.profiler with parameters of type MiniProfiler.Profile
 void MiniProfiler.Profile.addChild(MiniProfiler.Profile child)
          Add a child step to this step.
 

Constructors in ca.jimr.gae.profiler with parameters of type MiniProfiler.Profile
MiniProfiler.Step(ca.jimr.gae.profiler.MiniProfiler.Root root, MiniProfiler.Profile data)
          Create a step object.
 



Copyright © 2011-2013. All Rights Reserved.