[commit: ghc] master: Update outputs of T12962, scc003 (5e8d314)

git at git.haskell.org git at git.haskell.org
Tue Jan 30 19:18:29 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5e8d314d9ab5a65d329170681db2938cf2d250a3/ghc

>---------------------------------------------------------------

commit 5e8d314d9ab5a65d329170681db2938cf2d250a3
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Tue Jan 30 13:49:03 2018 -0500

    Update outputs of T12962, scc003
    
    - T12962: just fix function locations
    - scc003: reorder cost centres, cost centre `f.(...)` renamed to `f.x'`
    
    Reviewers: bgamari
    
    Subscribers: rwbarton, thomie, carter
    
    GHC Trac Issues: #14704
    
    Differential Revision: https://phabricator.haskell.org/D4351


>---------------------------------------------------------------

5e8d314d9ab5a65d329170681db2938cf2d250a3
 testsuite/tests/profiling/should_run/T12962.prof.sample | 16 ++++++++--------
 testsuite/tests/profiling/should_run/scc003.prof.sample |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/testsuite/tests/profiling/should_run/T12962.prof.sample b/testsuite/tests/profiling/should_run/T12962.prof.sample
index 025e9e0..228a92d 100644
--- a/testsuite/tests/profiling/should_run/T12962.prof.sample
+++ b/testsuite/tests/profiling/should_run/T12962.prof.sample
@@ -11,9 +11,9 @@ MAIN        MAIN             <built-in>           0.0    1.2
 CAF         GHC.IO.Handle.FD <entire-module>      0.0   60.5
 CAF         GHC.IO.Encoding  <entire-module>      0.0    4.8
 CAF         GHC.Conc.Signal  <entire-module>      0.0    1.1
-foo         Main             T12962.hs:8:1-21     0.0    2.8
-niz3        Main             T12962.hs:12:1-27    0.0   20.9
-blah        Main             T12962.hs:15:1-22    0.0    8.3
+foo         Main             T12962.hs:12:1-21    0.0    2.8
+niz3        Main             T12962.hs:16:1-27    0.0   20.9
+blah        Main             T12962.hs:19:1-22    0.0    8.3
 
 
                                                                         individual      inherited
@@ -21,12 +21,12 @@ COST CENTRE  MODULE                SRC               no.     entries  %time %all
 
 MAIN         MAIN                  <built-in>        110          0    0.0    1.2     0.0  100.0
  CAF         Main                  <entire-module>   219          0    0.0    0.0     0.0   32.1
-  blah       Main                  T12962.hs:15:1-22 223          1    0.0    8.3     0.0    8.3
-  main       Main                  T12962.hs:17:1-47 220          1    0.0    0.0     0.0   23.8
-   niz3      Main                  T12962.hs:12:1-27 222          1    0.0   20.9     0.0   23.7
-    foo      Main                  T12962.hs:8:1-21  224        100    0.0    2.8     0.0    2.8
+  blah       Main                  T12962.hs:19:1-22 223          1    0.0    8.3     0.0    8.3
+  main       Main                  T12962.hs:21:1-47 220          1    0.0    0.0     0.0   23.8
+   niz3      Main                  T12962.hs:16:1-27 222          1    0.0   20.9     0.0   23.7
+    foo      Main                  T12962.hs:12:1-21 224        100    0.0    2.8     0.0    2.8
  CAF         GHC.Conc.Signal       <entire-module>   214          0    0.0    1.1     0.0    1.1
  CAF         GHC.IO.Encoding       <entire-module>   204          0    0.0    4.8     0.0    4.8
  CAF         GHC.IO.Encoding.Iconv <entire-module>   202          0    0.0    0.3     0.0    0.3
  CAF         GHC.IO.Handle.FD      <entire-module>   194          0    0.0   60.5     0.0   60.5
- main        Main                  T12962.hs:17:1-47 221          0    0.0    0.0     0.0    0.0
+ main        Main                  T12962.hs:21:1-47 221          0    0.0    0.0     0.0    0.0
diff --git a/testsuite/tests/profiling/should_run/scc003.prof.sample b/testsuite/tests/profiling/should_run/scc003.prof.sample
index c809013..d65b875 100644
--- a/testsuite/tests/profiling/should_run/scc003.prof.sample
+++ b/testsuite/tests/profiling/should_run/scc003.prof.sample
@@ -22,10 +22,10 @@ MAIN        MAIN                  <built-in>        104          0    0.0    1.9
  CAF        Main                  <entire-module>   207          0    0.0    0.0   100.0    0.7
   main      Main                  scc003.hs:2:1-22  208          1    0.0    0.6   100.0    0.7
    f        Main                  scc003.hs:5:1-41  210          1    0.0    0.0   100.0    0.1
-    f.(...) Main                  scc003.hs:5:11-21 211          1    0.0    0.0     0.0    0.0
-     fib    Main                  scc003.hs:8:1-50  212      21891    0.0    0.0     0.0    0.0
     f.\     Main                  scc003.hs:5:32-41 213          1    0.0    0.0   100.0    0.0
      fib    Main                  scc003.hs:8:1-50  214    2692537  100.0    0.0   100.0    0.0
+    f.x'    Main                  scc003.hs:5:11-21 211          1    0.0    0.0     0.0    0.0
+     fib    Main                  scc003.hs:8:1-50  212      21891    0.0    0.0     0.0    0.0
  CAF        GHC.Conc.Signal       <entire-module>   201          0    0.0    1.3     0.0    1.3
  CAF        GHC.IO.Encoding       <entire-module>   191          0    0.0    5.7     0.0    5.7
  CAF        GHC.IO.Encoding.Iconv <entire-module>   189          0    0.0    0.5     0.0    0.5



More information about the ghc-commits mailing list