dec3dcf7b86168234e38e4f40059abecd3245c44,testing/test_profiling.py,TestProfiling,test_eachtime,#TestProfiling#,69

Before Change


        s.profiling.each_time = True
        s.profiling.output_directory = "./testing/each_time/"
        with gpflow.settings.temp_settings(s):
            self.m.compile()
            self.m._objective(self.m.get_free_state())
            self.m._objective(self.m.get_free_state())

        for f in glob.glob(s.profiling.output_directory + "timeline_objective_*.json"):

After Change


        //        m.kern.compute_K_symm(m.X.read_value())

    def test_eachtime(self):
        m = self.setup()
        s = gpflow.settings.get_settings()
        s.profiling.dump_timeline = True
        s.profiling.each_time = True
        s.profiling.output_directory = os.path.dirname(__file__) + "/each_time/"
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 6

Non-data size: 6

Instances


Project Name: GPflow/GPflow
Commit Name: dec3dcf7b86168234e38e4f40059abecd3245c44
Time: 2017-10-29
Author: art.art.v@gmail.com
File Name: testing/test_profiling.py
Class Name: TestProfiling
Method Name: test_eachtime


Project Name: GPflow/GPflow
Commit Name: 65d99e0d41971eb8b362aecc9b9df8ecc6d1ed57
Time: 2017-11-06
Author: art.art.v@gmail.com
File Name: testing/test_predict.py
Class Name: TestGaussian
Method Name: test_all


Project Name: GPflow/GPflow
Commit Name: 65d99e0d41971eb8b362aecc9b9df8ecc6d1ed57
Time: 2017-11-06
Author: art.art.v@gmail.com
File Name: testing/test_predict.py
Class Name: TestGaussian
Method Name: test_recompile


Project Name: GPflow/GPflow
Commit Name: dec3dcf7b86168234e38e4f40059abecd3245c44
Time: 2017-10-29
Author: art.art.v@gmail.com
File Name: testing/test_profiling.py
Class Name: TestProfiling
Method Name: test_eachtime


Project Name: GPflow/GPflow
Commit Name: 65d99e0d41971eb8b362aecc9b9df8ecc6d1ed57
Time: 2017-11-06
Author: art.art.v@gmail.com
File Name: testing/test_predict.py
Class Name: TestGaussian
Method Name: test_density


Project Name: GPflow/GPflow
Commit Name: dec3dcf7b86168234e38e4f40059abecd3245c44
Time: 2017-10-29
Author: art.art.v@gmail.com
File Name: testing/test_profiling.py
Class Name: TestProfiling
Method Name: test_profile


Project Name: GPflow/GPflow
Commit Name: 65d99e0d41971eb8b362aecc9b9df8ecc6d1ed57
Time: 2017-11-06
Author: art.art.v@gmail.com
File Name: testing/test_predict.py
Class Name: TestFullCov
Method Name: test_cov