d460efee3e9cb49915b78738d89efdb405e05639,benchmarks/benchmarks/api/bench_in_edges.py,,track_time,#Any#Any#Any#,16

Before Change



    // timing
    t0 = time.time()
    for i in range(10):
        edges = graph.in_edges(nids)
    t1 = time.time()

    return (t1 - t0) / 10

After Change


        out = graph.in_edges(i)

    // timing
    with utils.Timer() as t:
        for i in range(10):
            edges = graph.in_edges(nids)

    return t.elapsed_secs / 10
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 11

Non-data size: 7

Instances


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_in_edges.py
Class Name:
Method Name: track_time


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_udf_apply_edges.py
Class Name:
Method Name: track_time


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_udf_update_all.py
Class Name:
Method Name: track_time


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_metis_partition.py
Class Name:
Method Name: track_time


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_khop.py
Class Name:
Method Name: track_time


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_reverse.py
Class Name:
Method Name: track_time


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_readout.py
Class Name:
Method Name: track_time


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_knn_graph.py
Class Name:
Method Name: track_time


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_builtin_update_all.py
Class Name:
Method Name: track_time


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_udf_multi_update_all.py
Class Name:
Method Name: track_time


Project Name: dmlc/dgl
Commit Name: d460efee3e9cb49915b78738d89efdb405e05639
Time: 2021-02-03
Author: VoVAllen@users.noreply.github.com
File Name: benchmarks/benchmarks/api/bench_builtin_apply_edges.py
Class Name:
Method Name: track_time