Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PkDapper
Demos
PerHelper
C# Class PkDapper.Demos.PerHelper
性能测试类,用于循环执行代码并统计时间
Show file
Open project: sunkaixuan/SqlSugar
Class Usage Examples
Public Methods
Method
Description
Execute
(
int
count
,
string
title
,
System.Action
fun
) :
void
Method Details
Execute()
public
static
method
public
static
Execute
(
int
count
,
string
title
,
System.Action
fun
) :
void
count
int
title
string
fun
System.Action
return
void