Commit dd4ade94 authored by lxq's avatar lxq

report

parent 689749e4
...@@ -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
``` ```
## 实验流程 ## 实验流程
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment