XEventOrBuilder

ממשק ציבורי XEventOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

תקציר XEvent.DataCase
מופשט ארוך
getDurationPs ()
 Duration of the event in picoseconds.
מופשט ארוך
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
מופשט ארוך
getNumOccurrences ()
 Number of occurrences of the event, if aggregated.
מופשט ארוך
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
תקציר XStat
getStats (int index)
 XStats associated with the event.
מופשט int
getStatsCount ()
 XStats associated with the event.
רשימת תקציר < XStat >
getStatsList ()
 XStats associated with the event.
תקציר XStatOrBuilder
getStatsOrBuilder (int index)
 XStats associated with the event.
רשימה מופשטת<? מרחיב את XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.

שיטות ציבוריות

תקציר ציבורי XEvent.DataCase getDataCase ()

תקציר ציבורי ארוך getDurationPs ()

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

תקציר ציבורי ארוך getMetadataId ()

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

תקציר ציבורי ארוך getNumOccurrences ()

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

תקציר ציבורי ארוך getOffsetPs ()

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

תקציר ציבורי XStat getStats (int index)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

תקציר ציבורי int getStatsCount ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

רשימת תקציר ציבורית< XStat > getStatsList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

תקציר ציבורי XStatOrBuilder getStatsOrBuilder (int index)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

רשימת תקציר ציבורית<? מרחיב את XStatOrBuilder > getStatsOrBuilderList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;