Baunsgaard commented on PR #1757:
URL: https://github.com/apache/systemds/pull/1757#issuecomment-1369685593
Before :
```text
SystemDS Statistics:
Total elapsed time: 0.732 sec.
Total compilation time: 0.635 sec.
Total execution time: 0.097 sec.
Cache hits (Mem/Li/WB/FS/HDFS): 1/0/0/0/1.
Cache writes (Li/WB/FS/HDFS): 0/0/0/0.
Cache times (ACQr/m, RLS, EXP): 0.060/0.000/0.000/0.000 sec.
HOP DAGs recompiled (PRED, SB): 0/0.
HOP DAGs recompile time: 0.000 sec.
Total JIT compile time: 0.641 sec.
Total JVM GC count: 0.
Total JVM GC time: 0.0 sec.
Heavy hitter instructions:
# Instruction Time(s) Count
1 rightIndex 0.067 1
2 createvar 0.015 2
3 toString 0.014 1
4 print 0.000 1
5 rmvar 0.000 2
```
After
```txt
SystemDS Statistics:
Total elapsed time: 0.279 sec.
Total compilation time: 0.222 sec.
Total execution time: 0.056 sec.
Cache hits (Mem/Li/WB/FS/HDFS): 1/0/0/0/1.
Cache writes (Li/WB/FS/HDFS): 0/0/0/0.
Cache times (ACQr/m, RLS, EXP): 0.036/0.000/0.000/0.000 sec.
HOP DAGs recompiled (PRED, SB): 0/0.
HOP DAGs recompile time: 0.000 sec.
Total JIT compile time: 0.213 sec.
Total JVM GC count: 0.
Total JVM GC time: 0.0 sec.
Heavy hitter instructions:
# Instruction Time(s) Count
1 rightIndex 0.040 1
2 createvar 0.009 2
3 toString 0.007 1
4 print 0.000 1
5 rmvar 0.000 2
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]