Baunsgaard commented on PR #1790:
URL: https://github.com/apache/systemds/pull/1790#issuecomment-1472348136

   After:
   
   # EXPLAIN (RUNTIME):
   # Memory Budget local/remote = 143360MB/?MB/?MB/?MB
   # Degree of Parallelism (vcores) local/remote = 48/?
   PROGRAM ( size CP/SP = 4/0 )
   --MAIN PROGRAM
   ----GENERIC (lines 1-2) [recompile=false]
   ------CP createvar pREADX testFile.dat false MATRIX binary 1000000 10000 
1000 10000000000 copy
   ------CP uak+ pREADX.MATRIX.FP64 _Var0.SCALAR.STRING 48
   ------CP print _Var0.SCALAR.STRING.false _Var1.SCALAR.STRING 48
   ------CP rmvar _Var0 _Var1
   
   4.966327461583818E9
   SystemDS Statistics:
   Total elapsed time:          27.360 sec.
   Total compilation time:              0.823 sec.
   Total execution time:                26.537 sec.
   Number of compiled Spark inst:       0.
   Number of executed Spark inst:       0.
   Cache hits (Mem/Li/WB/FS/HDFS):      0/0/0/0/1.
   Cache writes (Li/WB/FS/HDFS):        0/0/0/0.
   Cache times (ACQr/m, RLS, EXP):      25.021/0.000/0.000/0.000 sec.
   HOP DAGs recompiled (PRED, SB):      0/0.
   HOP DAGs recompile time:     0.000 sec.
   Spark ctx create time (lazy):        0.000 sec.
   Spark trans counts (par,bc,col):0/0/0.
   Spark trans times (par,bc,col):      0.000/0.000/0.000 secs.
   Spark async. count (pf,bc,op):       0/0/0.
   Total JIT compile time:              5.539 sec.
   Total JVM GC count:          3.
   Total JVM GC time:           0.072 sec.
   Heavy hitter instructions:
    #  Instruction  Time(s)  Count
    1  uak+          26.518      1
    2  createvar      0.017      1
    3  print          0.000      1
    4  rmvar          0.000      1
   


-- 
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]

Reply via email to