add_wallclock method

add_wallclock

Adds a wallclock timing value.

Returns

The current TimingValueBuilder instance for chaining.

def add_wallclock(self, wallclock_time):
    ...
ParameterTypeDescription
wallclock_timeDateTimeThe specific date and time for the timing.

See Also