Home
last modified time | relevance | path

Searched refs:plot_exec_speed (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/AFLplusplus/utils/plot_ui/
H A Dafl-plot-ui.c38 GtkWidget *plot_edges, *plot_exec_speed, *plot_high_freq, *plot_low_freq; in main() local
99 plot_exec_speed = gtk_socket_new(); in main()
100 gtk_widget_set_size_request(plot_exec_speed, -1, 100); in main()
101 gtk_container_add(GTK_CONTAINER(plot_exec_speed_frame), plot_exec_speed); in main()
137 guint id_exec_speed = gtk_socket_get_id(GTK_SOCKET(plot_exec_speed)); in main()