systrace property

  1. @Deprecated('Not supported. Member documentation may have more information.')
SystraceSetup? systrace
getter/setter pair

Systrace configuration for the run.

Deprecated: Systrace used Python 2 which was sunsetted on 2020-01-01. Systrace is no longer supported in the Cloud Testing API, and no Systrace file will be provided in the results.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
SystraceSetup? systrace;