llama_timings class final

performance timing information

Inheritance
Implemented types
Available extensions

Constructors

llama_timings()

Properties

hashCode int
The hash code for this object.
no setterinherited
n_eval int
getter/setter pair
n_p_eval int
getter/setter pair
n_sample int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t_end_ms double
getter/setter pair
t_eval_ms double
getter/setter pair
t_load_ms double
getter/setter pair
t_p_eval_ms double
getter/setter pair
t_sample_ms double
getter/setter pair
t_start_ms double
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited