6d14ed3ffe70d30e10ceef52b17ffcb54a405b74,w3af/core/controllers/profiling/scan_log_analysis.py,,show_connection_pool_wait,#Any#,226

Before Change


    fig.set_y_limits(min_=0)
    fig.color_mode = "byte"

    fig.histogram(connection_pool_waits, bins=60)

    print(fig.show())
    print("")
    print("")

After Change


    first_timestamp = get_first_timestamp(scan)
    last_timestamp = get_last_timestamp(scan)
    spent_time_epoch = last_timestamp - first_timestamp
    connection_pool_timestamps = [ts - first_timestamp for ts in connection_pool_timestamps]

    if not connection_pool_waits:
        print("No connection pool wait data found")
        return
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: andresriancho/w3af
Commit Name: 6d14ed3ffe70d30e10ceef52b17ffcb54a405b74
Time: 2018-02-09
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_connection_pool_wait


Project Name: andresriancho/w3af
Commit Name: 5b493d9e18f2798cbbfab1482941dd13563e772e
Time: 2018-02-08
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_connection_pool_wait


Project Name: danforthcenter/plantcv
Commit Name: 3c8df2fc218bd42544ac0eebb8dbfc6724c27a14
Time: 2019-06-06
Author: noahfahlgren@gmail.com
File Name: plantcv/plantcv/analyze_nir_intensity.py
Class Name:
Method Name: analyze_nir_intensity