Searched defs:CompilationBenchmarkResult (Results 1 – 2 of 2) sorted by relevance
19 public class CompilationBenchmarkResult { class25 public CompilationBenchmarkResult(float[] compileWithoutCacheTimeSec, in CompilationBenchmarkResult() method in CompilationBenchmarkResult
62 struct CompilationBenchmarkResult { struct63 std::vector<float> compileWithoutCacheTimeSec;65 std::optional<std::vector<float>> saveToCacheTimeSec;66 std::optional<std::vector<float>> prepareFromCacheTimeSec;68 int cacheSizeBytes = 0;