Class LastSeenObjectId

java.lang.Object
org.openqa.selenium.devtools.v85.heapprofiler.model.LastSeenObjectId

public class LastSeenObjectId extends Object
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
  • Constructor Details

    • LastSeenObjectId

      public LastSeenObjectId(Integer lastSeenObjectId, Number timestamp)
  • Method Details

    • getLastSeenObjectId

      public Integer getLastSeenObjectId()
    • getTimestamp

      public Number getTimestamp()