C# 클래스 PkDapper.Demos.PerHelper

性能测试类,用于循环执行代码并统计时间
파일 보기 프로젝트 열기: sunkaixuan/SqlSugar 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( int count, string title, System.Action fun ) : void

메소드 상세

Execute() 공개 정적인 메소드

public static Execute ( int count, string title, System.Action fun ) : void
count int
title string
fun System.Action
리턴 void