MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / print_header

Method print_header

examples/llama-bench/llama-bench.cpp:675–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673 }
674
675 void print_header(const cmd_params & params) override {
676 std::vector<std::string> fields = test::get_fields();
677 fprintf(fout, "%s\n", join(fields, ",").c_str());
678 (void) params;
679 }
680
681 void print_test(const test & t) override {
682 std::vector<std::string> values = t.get_values();

Callers

nothing calls this directly

Calls 3

fprintfFunction · 0.85
joinFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected