Searched refs:starting_spmv_time (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | bench_spmv.c | 76 int UpdateJSON(const char *const inputjsonfile, PetscReal *spmv_times, PetscReal starting_spmv_time… in UpdateJSON() argument 94 …(cJSON_GetObjectItem(format, "time"), (spmv_times[i] - ((i == 0) ? starting_spmv_time : spmv_times… in UpdateJSON() 99 …cJSON_AddNumberToObject(format, "time", (spmv_times[i] - ((i == 0) ? starting_spmv_time : spmv_tim… in UpdateJSON() 107 …cJSON_AddNumberToObject(format, "time", (spmv_times[i] - ((i == 0) ? starting_spmv_time : spmv_tim… in UpdateJSON() 271 PetscReal starting_spmv_time = 0, *spmv_times; in main() local 345 UpdateJSON(jfilename, spmv_times, starting_spmv_time, matformats[j], use_gpu, repetitions); in main() 346 starting_spmv_time = spmv_times[nmat - 1]; in main()
|