Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs452Trainee
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Feng
cs452Trainee
6312122ca20e365f3dd28a554505ad503fceee45
cs452Trainee
include
k2PerfTest.h
Find file
Normal view
Permalink
k2PerfTest.h
95 B
Newer
Older
changed a few files
antnh6@gmail.com
committed
6 years ago
1
2
#ifndef K2PERFTEST_H
#define K2PERFTEST_H
Before class
Tom Feng
committed
6 years ago
3
4
5
6
int
Sender
();
int
Receiver
();
int
PerfTest
();
#endif