📄 testequationssolver.h
字号:
// BenchMark.h: interface for the BenchMark class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BENCHMARK_H__9EAF3744_C68A_4235_87AF_32E0695E9D12__INCLUDED_)
#define AFX_BENCHMARK_H__9EAF3744_C68A_4235_87AF_32E0695E9D12__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
////////////////////////////////////////////////////////////////////
/// Description:
/// This program is designed to record time of the computations
/// either on GPU or CPU.
/// So we can understand how the GPU accelerate the computation
/// and know clearly how much it has done for us
/// Author: Youquan Liu
/// Website: http://lcs.ios.ac.cn/~lyq/
/// Date: 2003/9/1
/// Location: Labatory of Computer Science, Institute of Software,
/// Chinese Academy of Sciences, P.R.China
////////////////////////////////////////////////////////////////////
void PerformanceIterativeSolverTestOnGPU();
#endif // !defined(AFX_BENCHMARK_H__9EAF3744_C68A_4235_87AF_32E0695E9D12__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -