LLamaPerfContextTimings
Namespace: LLama.Native
LLama performance information
1 |
|
Inheritance Object → ValueType → LLamaPerfContextTimings
Remarks:
llama_perf_context_data
Properties
ResetTimestamp
Timestamp when reset was last called
1 |
|
Property Value
Loading
Time spent loading
1 |
|
Property Value
PromptEval
total milliseconds spent prompt processing
1 |
|
Property Value
Eval
Total milliseconds in eval/decode calls
1 |
|
Property Value
PrompTokensEvaluated
number of tokens in eval calls for the prompt (with batch size > 1)
1 |
|
Property Value
TokensEvaluated
number of eval calls
1 |
|