-
public final class ProfilerEvent.ConsoleProfileFinishedEvent extends ProfilerEvent
-
-
Constructor Summary
Constructors Constructor Description ConsoleProfileFinishedEvent(String id, Location location, Profile profile, String title)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Locationcomponent2()final Profilecomponent3()final Stringcomponent4()final ProfilerEvent.ConsoleProfileFinishedEventcopy(String id, Location location, Profile profile, String title)final StringgetId()final LocationgetLocation()Location of console.profileEnd(). final ProfilegetProfile()final StringgetTitle()Profile title passed as an argument to console.profile(). -
-
Method Detail
-
component1
final String component1()
-
component2
final Location component2()
-
component3
final Profile component3()
-
component4
final String component4()
-
copy
final ProfilerEvent.ConsoleProfileFinishedEvent copy(String id, Location location, Profile profile, String title)
-
getLocation
final Location getLocation()
Location of console.profileEnd().
-
getProfile
final Profile getProfile()
-
-
-
-