Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
2
2022fall-Compiler_CMinus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李晓奇
2022fall-Compiler_CMinus
Commits
dd4ade94
Commit
dd4ade94
authored
Mar 07, 2023
by
lxq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
report
parent
689749e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
Reports/5-bonus/report.md
Reports/5-bonus/report.md
+12
-12
No files found.
Reports/5-bonus/report.md
View file @
dd4ade94
...
@@ -41,15 +41,15 @@
...
@@ -41,15 +41,15 @@
[
PB20111654@localhost
test
]
$
time cat
IN | ./a.out
[
PB20111654@localhost
test
]
$
time cat
IN | ./a.out
711082625
711082625
real
0m4.997s
real
0m4.997s
user
0m4.998s
user
0m4.998s
sys
0m0.000s
sys
0m0.000s
[
PB20111654@localhost
test
]
$
time cat
IN | ./test
[
PB20111654@localhost
test
]
$
time cat
IN | ./test
711082625
711082625
real
0m0.138s
real
0m0.138s
user
0m0.138s
user
0m0.138s
sys
0m0.000s
sys
0m0.000s
```
```
-
`tests/4-ir-opt/testcases/GVN/performance/transpose.cminus`
-
`tests/4-ir-opt/testcases/GVN/performance/transpose.cminus`
...
@@ -58,15 +58,15 @@
...
@@ -58,15 +58,15 @@
[
PB20111654@localhost
test
]
$
time cat
IN | ./a.out
[
PB20111654@localhost
test
]
$
time cat
IN | ./a.out
1042523985
1042523985
real
0m3.024s
real
0m3.024s
user
0m3.012s
user
0m3.012s
sys
0m0.013s
sys
0m0.013s
[
PB20111654@localhost
test
]
$
time cat
IN | ./test
[
PB20111654@localhost
test
]
$
time cat
IN | ./test
1042523985
1042523985
real
0m2.954s
real
0m2.954s
user
0m2.938s
user
0m2.938s
sys
0m0.017s
sys
0m0.017s
```
```
## 实验流程
## 实验流程
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment