llama_perf_context method

llama_perf_context_data llama_perf_context(
  1. Pointer<llama_context> ctx
)

Implementation

llama_perf_context_data llama_perf_context(
  ffi.Pointer<llama_context> ctx,
) {
  return _llama_perf_context(
    ctx,
  );
}