public class ChromeTraceEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ChromeTraceEvent.Phase |
Constructor and Description |
---|
ChromeTraceEvent(String category,
String name,
ChromeTraceEvent.Phase phase,
long processId,
long threadId,
long microTime,
long microThreadUserTime,
com.google.common.collect.ImmutableMap<String,? extends Object> args) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,? extends Object> |
getArgs() |
String |
getCategory() |
long |
getMicroThreadUserTime() |
long |
getMicroTime() |
String |
getName() |
ChromeTraceEvent.Phase |
getPhase() |
long |
getProcessId() |
long |
getThreadId() |
public ChromeTraceEvent(String category, String name, ChromeTraceEvent.Phase phase, long processId, long threadId, long microTime, long microThreadUserTime, com.google.common.collect.ImmutableMap<String,? extends Object> args)
public String getName()
public ChromeTraceEvent.Phase getPhase()
public long getProcessId()
public long getThreadId()
public long getMicroTime()
public long getMicroThreadUserTime()
public String getCategory()