सार्वजनिक इंटरफ़ेस XEventOrBuilder
| ज्ञात अप्रत्यक्ष उपवर्ग |
सार्वजनिक तरीके
| सार XEvent.DataCase | getDataCase () |
| अमूर्त लंबा | 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 | गेटस्टैट्स (इंट इंडेक्स) XStats associated with the event. |
| सार इंट | getStatsCount () XStats associated with the event. |
| सार सूची< XStat > | getStatsList () XStats associated with the event. |
| सार XStatOrBuilder | getStatsOrBuilder (int अनुक्रमणिका) XStats associated with the event. |
| सार सूची<? XStatOrBuilder > का विस्तार करता है | getStatsOrBuilderList () XStats associated with the event. |
सार्वजनिक तरीके
सार्वजनिक सार लंबा 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 अनुक्रमणिका)
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 अनुक्रमणिका)
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;