Serialized Form
|
Package ca.jimr.gae.profiler |
serialVersionUID: 6373761607106996570L
id
int id
- The id of the step. This is used in the UI to uniquely identify steps
in-order.
depth
int depth
- The depth of the step in the profiling tree. This is used in the UI to
determine indentation.
name
String name
- The name of the step.
start
long start
- When the step started (nanoseconds)
duration
long duration
- How long the step was (in nanoseconds)
offset
long offset
- How far from the start of profiling did this step start (in nanoseconds)
children
List<E> children
- The child steps of this step
serialVersionUID: 7906645907029238585L
maxStackFrames
Integer maxStackFrames
- The maximum number of stack frames that should show up in Appstats RPC
details. If this is null the whole stack trace will be shown.
htmlIdPrefix
String htmlIdPrefix
- The prefix for all HTML element ids/classes used in the profiler UI. This
must be the same value as the
htmlIdPrefix field in
MiniProfilerFilter.
resourceCacheHours
int resourceCacheHours
- The number of hours that the static resources should be cached in the
browser for.
resourceLoader
MiniProfilerResourceLoader resourceLoader
- The loader that will load the static resources for the profiler UI from
files in the classpath.
resourceReplacements
Map<K,V> resourceReplacements
- Map of string replacements that will be done on loaded resources.
ms
com.google.appengine.api.memcache.MemcacheService ms
- The Appengine Memcache Service
|
Package com.google.appengine.tools.appstats |
|
Class com.google.appengine.tools.appstats.AppstatsServlet extends HttpServlet implements Serializable |
requireAdminAuthentication
boolean requireAdminAuthentication
memcache
com.google.appengine.tools.appstats.MemcacheWriter memcache
renderer
com.google.appengine.tools.appstats.Renderer renderer
clock
com.google.appengine.tools.appstats.Recorder.Clock clock
|
Class com.google.appengine.tools.appstats.InternalProtos.EmptyProto extends com.google.appengine.repackaged.com.google.protobuf.GeneratedMessage implements Serializable |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.appengine.repackaged.com.google.protobuf.UnknownFieldSet unknownFields
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
|
Class com.google.appengine.tools.appstats.StatsProtos.AggregateRpcStatsProto extends com.google.appengine.repackaged.com.google.protobuf.GeneratedMessage implements Serializable |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.appengine.repackaged.com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
serviceCallName_
Object serviceCallName_
totalAmountOfCalls_
long totalAmountOfCalls_
totalCostOfCallsMicrodollars_
long totalCostOfCallsMicrodollars_
totalBilledOps_
List<E> totalBilledOps_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
|
Class com.google.appengine.tools.appstats.StatsProtos.BilledOpProto extends com.google.appengine.repackaged.com.google.protobuf.GeneratedMessage implements Serializable |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.appengine.repackaged.com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
op_
com.google.appengine.tools.appstats.StatsProtos.BilledOpProto.BilledOp op_
numOps_
int numOps_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
|
Class com.google.appengine.tools.appstats.StatsProtos.DatastoreCallDetailsProto extends com.google.appengine.repackaged.com.google.protobuf.GeneratedMessage implements Serializable |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.appengine.repackaged.com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
queryKind_
Object queryKind_
queryAncestor_
com.google.storage.onestore.v3.proto2api.OnestoreEntity.Reference queryAncestor_
queryThiscursor_
long queryThiscursor_
queryNextcursor_
long queryNextcursor_
getSuccessfulFetch_
List<E> getSuccessfulFetch_
keysRead_
List<E> keysRead_
keysWritten_
List<E> keysWritten_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
|
Class com.google.appengine.tools.appstats.StatsProtos.IndividualRpcStatsProto extends com.google.appengine.repackaged.com.google.protobuf.GeneratedMessage implements Serializable |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.appengine.repackaged.com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
serviceCallName_
Object serviceCallName_
requestDataSummary_
Object requestDataSummary_
responseDataSummary_
Object responseDataSummary_
apiMcycles_
long apiMcycles_
apiMilliseconds_
long apiMilliseconds_
startOffsetMilliseconds_
long startOffsetMilliseconds_
durationMilliseconds_
long durationMilliseconds_
namespace_
Object namespace_
wasSuccessful_
boolean wasSuccessful_
callStack_
List<E> callStack_
datastoreDetails_
com.google.appengine.tools.appstats.StatsProtos.DatastoreCallDetailsProto datastoreDetails_
callCostMicrodollars_
long callCostMicrodollars_
billedOps_
List<E> billedOps_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
|
Class com.google.appengine.tools.appstats.StatsProtos.KeyValProto extends com.google.appengine.repackaged.com.google.protobuf.GeneratedMessage implements Serializable |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.appengine.repackaged.com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
key_
Object key_
value_
Object value_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
|
Class com.google.appengine.tools.appstats.StatsProtos.RequestStatProto extends com.google.appengine.repackaged.com.google.protobuf.GeneratedMessage implements Serializable |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.appengine.repackaged.com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
startTimestampMilliseconds_
long startTimestampMilliseconds_
httpMethod_
Object httpMethod_
httpPath_
Object httpPath_
httpQuery_
Object httpQuery_
httpStatus_
int httpStatus_
durationMilliseconds_
long durationMilliseconds_
apiMcycles_
long apiMcycles_
processorMcycles_
long processorMcycles_
rpcStats_
List<E> rpcStats_
cgiEnv_
List<E> cgiEnv_
overheadWalltimeMilliseconds_
long overheadWalltimeMilliseconds_
userEmail_
Object userEmail_
isAdmin_
boolean isAdmin_
individualStats_
List<E> individualStats_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
|
Class com.google.appengine.tools.appstats.StatsProtos.StackFrameProto extends com.google.appengine.repackaged.com.google.protobuf.GeneratedMessage implements Serializable |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.appengine.repackaged.com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
classOrFileName_
Object classOrFileName_
lineNumber_
int lineNumber_
functionName_
Object functionName_
variables_
List<E> variables_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
Copyright © 2011-2013. All Rights Reserved.