📄 sph_benchmark.h
字号:
#ifndef _SPH_BENCHMARK_H_
#define _SPH_BENCHMARK_H_
#include "cpu_sph.h"
#include "gpu_util.h"
int benchmark_cpu(cpu_sph* sph, int itr, float timestep);
int benchmark_neighbour_search_cpu(cpu_sph* sph, int itr);
void print_benchmark(cpu_sph* sph, int itr, float timestep);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -