Accéder au contenu.
Menu Sympa

starpu-devel - Re: [Starpu-devel] StarPU overhead for MPI

Objet : Developers list for StarPU

Archives de la liste

Re: [Starpu-devel] StarPU overhead for MPI


Chronologique Discussions 
  • From: Philippe SWARTVAGHER <philippe.swartvagher@inria.fr>
  • To: starpu-devel@lists.gforge.inria.fr, Alexandre Denis <alexandre.denis@inria.fr>
  • Subject: Re: [Starpu-devel] StarPU overhead for MPI
  • Date: Wed, 5 Feb 2020 19:08:41 +0100
  • List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel/>
  • List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>


Le 05/02/2020 à 18:03, Samuel Thibault a écrit :
StarPU tasks (here, one is used for each MPI request) are costly, yes,
because they track a data dependency, check that it's not on a GPU, etc.
so a few additional µs is not really surprising. It is a bit surprising
that it's so many µs, a gprof would help to get an idea where most time
is spent.

The gprof output is attached.

StarPU was compiled with:

../configure --prefix=/home/pswartva/starpu-build/ --enable-nmad --disable-opencl --disable-fortran --disable-cuda --disable-build-doc --enable-blas-lib=mkl --with-mkl-cflags=-I/usr/include/mkl --with-mkl-ldflags="-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl" --with-fxt=/home/pswartva/fxt-build/ --enable-perf-debug

Binary was launched with:

mpirun -n 2 -nodelist jack0,jack1 ~/starpu/build/mpi/tests/sendrecv_bench

--
Philippe SWARTVAGHER

Doctorant
Équipe TADaaM, Inria Bordeaux Sud-Ouest

Flat profile:

Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls ms/call ms/call name
56.99 10.39 10.39 2930873 0.00 0.01 _starpu_get_worker_task
14.10 12.96 2.57 2165605 0.00 0.00 lws_select_victim
5.10 13.89 0.93 10419175 0.00 0.00
__starpu_handle_node_data_requests
2.74 14.39 0.50 2603303 0.00 0.00
___starpu_datawizard_progress
2.36 14.82 0.43 _starpu_cpu_worker
2.03 15.19 0.37 2670694 0.00 0.00 _starpu_pop_task
1.48 15.46 0.27 2759250 0.00 0.00 ws_pop_task
1.37 15.71 0.25 3307931 0.00 0.01
_starpu_cpu_driver_run_once
1.23 15.94 0.23 2418092 0.00 0.00 _starpu_may_pause
1.18 16.15 0.22 2517929 0.00 0.00 _starpu_worker_relax_off
0.88 16.31 0.16 2254796 0.00 0.00
_starpu_worker_apply_deferred_ctx_changes
0.82 16.46 0.15 3050064 0.00 0.00
__starpu_datawizard_progress
0.82 16.61 0.15 2189361 0.00 0.00
_starpu_worker_set_status_sleeping
0.82 16.76 0.15 1391333 0.00 0.00 _starpu_worker_relax_on
0.74 16.90 0.14 10603601 0.00 0.00
starpu_pthread_mutex_lock_sched
0.71 17.03 0.13 3425525 0.00 0.00
_starpu_execute_registered_progression_hooks
0.66 17.15 0.12 3038032 0.00 0.00
_handle_pending_node_data_requests
0.66 17.27 0.12 2430675 0.00 0.00
starpu_sched_ctx_get_policy_data
0.60 17.38 0.11 2542445 0.00 0.00
_starpu_worker_process_block_in_parallel_requests
0.49 17.47 0.09 1397884 0.00 0.00
_starpu_execute_registered_idle_hooks
0.38 17.54 0.07 3444054 0.00 0.00
_starpu_handle_node_idle_requests
0.38 17.61 0.07 2365213 0.00 0.00 _starpu_pop_task_end
0.36 17.67 0.07 10592117 0.00 0.00
starpu_pthread_mutex_unlock_sched
0.33 17.73 0.06 3154234 0.00 0.00 starpu_memchunk_tidy
0.33 17.79 0.06 2414123 0.00 0.00 _starpu_pop_local_task
0.22 17.83 0.04 2539407 0.00 0.00
starpu_sched_ctx_get_nworkers
0.16 17.86 0.03 2651725 0.00 0.00
_starpu_handle_pending_node_data_requests
0.16 17.89 0.03 1 30.00 30.00
starpu_sched_ctx_set_policy_data
0.16 17.92 0.03
_starpu_driver_update_job_feedback
0.11 17.94 0.02 3160924 0.00 0.00
_starpu_handle_node_prefetch_requests
0.11 17.96 0.02 94 0.21 0.21 starpu_getenv
0.11 17.98 0.02 1 20.00 20.00
_starpu_cpu_driver_deinit
0.11 18.00 0.02 1 20.00 50.00 initialize_lws_policy
0.11 18.02 0.02
_starpu_check_that_no_data_request_exists
0.11 18.04 0.02
starpu_handle_data_request_completion
0.11 18.06 0.02
starpu_progression_hook_deregister
0.11 18.08 0.02 starpu_push_task_end
0.05 18.09 0.01 3375673 0.00 0.00
_starpu_check_that_no_data_request_is_pending
0.05 18.10 0.01 3345817 0.00 0.00
_starpu_handle_node_data_requests
0.05 18.11 0.01 39688 0.00 0.00 starpu_task_init
0.05 18.12 0.01 32253 0.00 0.00 _starpu_task_submit
0.05 18.13 0.01 26785 0.00 0.00
_starpu_sched_task_submit
0.05 18.14 0.01 23828 0.00 0.00 starpu_data_release
0.05 18.15 0.01 12239 0.00 0.00
_starpu_create_request_to_fetch_data
0.05 18.16 0.01 11366 0.00 0.00 _starpu_mpi_req_willpost
0.05 18.17 0.01 1 10.00 10.00
_starpu_deinit_sched_policy
0.05 18.18 0.01
_starpu_data_request_append_callback
0.05 18.19 0.01
_starpu_enforce_deps_notify_job_ready_soon
0.05 18.20 0.01
_starpu_get_workers_of_sched_ctx
0.05 18.21 0.01
_starpu_job_notify_ready_soon
0.05 18.22 0.01
starpu_task_end_dep_release
0.03 18.23 0.01 1 5.00 5.00 starpu_init
0.03 18.23 0.01 ws_push_task
0.00 18.23 0.00 218150 0.00 0.00 _starpu_gettid
0.00 18.23 0.00 130944 0.00 0.00
_starpu_barrier_counter_increment
0.00 18.23 0.00 91343 0.00 0.00
starpu_data_get_interface_on_node
0.00 18.23 0.00 72153 0.00 0.00
_starpu_barrier_counter_decrement_until_empty_counter
0.00 18.23 0.00 66708 0.00 0.00
_starpu_increment_nsubmitted_tasks_of_sched_ctx
0.00 18.23 0.00 63554 0.00 0.00
_starpu_not_all_task_deps_are_fulfilled
0.00 18.23 0.00 57143 0.00 0.00 _starpu_repush_task
0.00 18.23 0.00 55215 0.00 0.00
_starpu_increment_nready_tasks_of_sched_ctx
0.00 18.23 0.00 50927 0.00 0.00 _starpu_bound_record
0.00 18.23 0.00 50362 0.00 0.00
starpu_data_get_interface_id
0.00 18.23 0.00 46278 0.00 0.00
_starpu_enforce_deps_and_schedule
0.00 18.23 0.00 45626 0.00 0.00 _starpu_push_task
0.00 18.23 0.00 43840 0.00 0.00 _starpu_notify_cg_list
0.00 18.23 0.00 43033 0.00 0.00 _starpu_submit_job
0.00 18.23 0.00 42650 0.00 0.00 _starpu_job_destroy
0.00 18.23 0.00 39907 0.00 0.00 starpu_vector_get_nx
0.00 18.23 0.00 39695 0.00 0.00
starpu_vector_get_elemsize
0.00 18.23 0.00 39590 0.00 0.00
_starpu_notify_task_dependencies
0.00 18.23 0.00 38084 0.00 0.00 _starpu_set_current_task
0.00 18.23 0.00 37533 0.00 0.00
_starpu_barrier_counter_get_reached_start
0.00 18.23 0.00 36345 0.00 0.00 starpu_task_clean
0.00 18.23 0.00 35972 0.00 0.00
handle_to_datatype_vector
0.00 18.23 0.00 33749 0.00 0.00 piom_spin_unlock
0.00 18.23 0.00 33571 0.00 0.00
_starpu_job_get_task_name
0.00 18.23 0.00 32738 0.00 0.00
_starpu_release_data_enforce_sequential_consistency
0.00 18.23 0.00 31562 0.00 0.00 starpu_task_create
0.00 18.23 0.00 31468 0.00 0.00
_starpu_set_local_worker_status
0.00 18.23 0.00 31245 0.00 0.00
_starpu_submit_job_enforce_data_deps
0.00 18.23 0.00 30512 0.00 0.00
_starpu_unlock_post_sync_tasks
0.00 18.23 0.00 29992 0.00 0.00
_starpu_mpi_nmad_backend_request_destroy
0.00 18.23 0.00 29301 0.00 0.00 vector_to_pointer
0.00 18.23 0.00 27958 0.00 0.00
_starpu_mpi_datatype_allocate
0.00 18.23 0.00 27473 0.00 0.00
_starpu_allocate_profiling_info_if_needed
0.00 18.23 0.00 26931 0.00 0.00 _starpu_task_submit_head
0.00 18.23 0.00 26827 0.00 0.00
_starpu_decrement_nsubmitted_tasks_of_sched_ctx
0.00 18.23 0.00 26818 0.00 0.00
_starpu_handle_job_submission
0.00 18.23 0.00 26231 0.00 0.00
_starpu_handle_job_termination
0.00 18.23 0.00 26181 0.00 0.00 _starpu_cg_list_deinit
0.00 18.23 0.00 26013 0.00 0.00 _starpu_task_destroy
0.00 18.23 0.00 25990 0.00 0.00
_starpu_decrement_nready_tasks_of_sched_ctx
0.00 18.23 0.00 25878 0.00 0.00 piom_spin_lock
0.00 18.23 0.00 25553 0.00 0.00
starpu_data_release_on_node
0.00 18.23 0.00 25499 0.00 0.00
_starpu_release_task_enforce_sequential_consistency
0.00 18.23 0.00 25268 0.00 0.00
_starpu_notify_dependencies
0.00 18.23 0.00 25038 0.00 0.00
starpu_task_get_task_scheduled_succs
0.00 18.23 0.00 24554 0.00 0.00
_starpu_task_submit_internally
0.00 18.23 0.00 24254 0.00 0.00
_starpu_data_check_initialized
0.00 18.23 0.00 23385 0.00 0.00 _starpu_job_create
0.00 18.23 0.00 23270 0.00 0.00 _starpu_mpi_request_init
0.00 18.23 0.00 23093 0.00 0.00
starpu_data_test_if_allocated_on_node
0.00 18.23 0.00 23010 0.00 0.00
link_supports_direct_transfers
0.00 18.23 0.00 22973 0.00 0.00 _starpu_cg_list_init
0.00 18.23 0.00 22260 0.00 0.00
_starpu_add_post_sync_tasks
0.00 18.23 0.00 21745 0.00 0.00
_starpu_mpi_request_destroy
0.00 18.23 0.00 21120 0.00 0.00
_starpu_mpi_handle_free_simple_datatype
0.00 18.23 0.00 21084 0.00 0.00
_starpu_attempt_to_submit_data_request_from_apps
0.00 18.23 0.00 20298 0.00 0.00
_starpu_mpi_comm_amounts_inc
0.00 18.23 0.00 20106 0.00 0.00 _starpu_add_accessor
0.00 18.23 0.00 20048 0.00 0.00
_starpu_detect_implicit_data_deps_with_handle
0.00 18.23 0.00 18856 0.00 0.00 starpu_task_get_current
0.00 18.23 0.00 18573 0.00 0.00 _starpu_mpi_request_fill
0.00 18.23 0.00 16997 0.00 0.00
_starpu_notify_data_dependencies
0.00 18.23 0.00 16208 0.00 0.00 _starpu_clock_gettime
0.00 18.23 0.00 15756 0.00 0.00
_starpu_mpi_isend_data_func
0.00 18.23 0.00 15465 0.00 0.00
starpu_data_acquire_cb_pre_sync_callback
0.00 18.23 0.00 15372 0.00 0.00
starpu_data_acquire_on_node_cb_sequential_consistency_sync_jobids
0.00 18.23 0.00 15197 0.00 0.00
_starpu_mpi_irecv_data_func
0.00 18.23 0.00 15078 0.00 0.00 _starpu_mpi_data_flush
0.00 18.23 0.00 14600 0.00 0.00 _starpu_mpi_wait
0.00 18.23 0.00 14513 0.00 0.00 _starpu_mpi_data_clear
0.00 18.23 0.00 14158 0.00 0.00
_starpu_mpi_release_req_data
0.00 18.23 0.00 13967 0.00 0.00
_starpu_release_data_on_node
0.00 18.23 0.00 13541 0.00 0.00
_starpu_mpi_datatype_free
0.00 18.23 0.00 12961 0.00 0.00
_starpu_mpi_submit_ready_request
0.00 18.23 0.00 12270 0.00 0.00
_starpu_fetch_data_on_node
0.00 18.23 0.00 12222 0.00 0.00
_starpu_data_acquire_wrapper_fini
0.00 18.23 0.00 12158 0.00 0.00
_starpu_data_acquire_fetch_data_callback
0.00 18.23 0.00 12075 0.00 0.00 _starpu_bound_job_id_dep
0.00 18.23 0.00 12034 0.00 0.00
starpu_data_handle_to_pointer
0.00 18.23 0.00 11461 0.00 0.00
_starpu_mpi_nmad_backend_request_fill
0.00 18.23 0.00 11398 0.00 0.00 _starpu_bound_task_dep
0.00 18.23 0.00 11169 0.00 0.00 starpu_mpi_isend_prio
0.00 18.23 0.00 11049 0.00 0.00
_starpu_mpi_nmad_backend_request_init
0.00 18.23 0.00 9330 0.00 0.00
_starpu_mpi_irecv_size_func
0.00 18.23 0.00 9198 0.00 0.00
_starpu_mpi_isend_size_func
0.00 18.23 0.00 9012 0.00 0.00
vector_interface_get_size
0.00 18.23 0.00 8027 0.00 0.00 starpu_mpi_irecv
0.00 18.23 0.00 5986 0.00 0.00 starpu_data_get_size
0.00 18.23 0.00 5900 0.00 0.00
_starpu_mpi_handle_pending_request
0.00 18.23 0.00 2674 0.00 0.00 piom_sem_V
0.00 18.23 0.00 1429 0.00 0.00
starpu_bindid_get_workerids
0.00 18.23 0.00 279 0.00 0.00 _starpu_push_local_task
0.00 18.23 0.00 145 0.00 0.00
starpu_tree_get_neighbour
0.00 18.23 0.00 145 0.00 0.00 tree_has_next
0.00 18.23 0.00 145 0.00 0.00 tree_remove
0.00 18.23 0.00 128 0.00 0.00 _starpu_read_double
0.00 18.23 0.00 39 0.00 0.00 starpu_tree_insert
0.00 18.23 0.00 39 0.00 0.00
starpu_tree_prepare_children
0.00 18.23 0.00 34 0.00 0.21 starpu_get_env_number
0.00 18.23 0.00 33 0.00 0.00
starpu_worker_is_combined_worker
0.00 18.23 0.00 22 0.00 0.00 tree_get_next
0.00 18.23 0.00 16 0.00 0.00 _get_counters
0.00 18.23 0.00 15 0.00 0.00 _starpu_drop_comments
0.00 18.23 0.00 15 0.00 0.03
_starpu_get_logical_numa_node_worker
0.00 18.23 0.00 14 0.00 0.00
_starpu_memory_node_register_condition
0.00 18.23 0.00 13 0.00 0.00 _get_knobs
0.00 18.23 0.00 13 0.00 0.00
_starpu_barrier_counter_init
0.00 18.23 0.00 13 0.00 0.00 _starpu_barrier_init
0.00 18.23 0.00 13 0.00 0.00 _starpu_omp_get_task
0.00 18.23 0.00 13 0.00 0.00
starpu_tree_reset_visited
0.00 18.23 0.00 13 0.00 0.00 tree_init_iterator
0.00 18.23 0.00 12 0.00 0.00
_starpu_perf_counter_sample_exit
0.00 18.23 0.00 12 0.00 0.00
_starpu_perf_counter_sample_init
0.00 18.23 0.00 11 0.00 0.00
_starpu_get_local_worker_status
0.00 18.23 0.00 11 0.00 0.00
_starpu_memory_stats_init_per_node
0.00 18.23 0.00 11 0.00 0.00
_starpu_sched_ctx_elt_add_after
0.00 18.23 0.00 11 0.00 0.00
_starpu_sched_ctx_elt_remove
0.00 18.23 0.00 11 0.00 0.00
_starpu_sched_ctx_list_add
0.00 18.23 0.00 11 0.00 0.00
_starpu_sched_ctx_list_add_prio
0.00 18.23 0.00 11 0.00 0.00
_starpu_sched_ctx_list_delete
0.00 18.23 0.00 11 0.00 0.00
_starpu_sched_ctx_list_remove_all
0.00 18.23 0.00 11 0.00 0.00
_starpu_worker_drives_memory_node
0.00 18.23 0.00 11 0.00 0.00 _starpu_worker_init
0.00 18.23 0.00 11 0.00 0.00
starpu_sched_ctx_worker_shares_tasks_lists
0.00 18.23 0.00 11 0.00 0.00 starpu_tree_get
0.00 18.23 0.00 11 0.00 0.00 starpu_worker_get_bindid
0.00 18.23 0.00 11 0.00 0.00 starpu_worker_get_type
0.00 18.23 0.00 11 0.00 0.00 tree_add
0.00 18.23 0.00 10 0.00 0.00
_starpu_perf_counter_register
0.00 18.23 0.00 10 0.00 0.00
_starpu_perf_knob_register
0.00 18.23 0.00 9 0.00 0.00
_starpu_worker_may_perform_blocking_calls
0.00 18.23 0.00 8 0.00 0.00
_starpu_get_perf_model_dir_bus
0.00 18.23 0.00 8 0.00 0.00 _starpu_gethostname
0.00 18.23 0.00 8 0.00 0.00 get_bus_path
0.00 18.23 0.00 8 0.00 0.00 vector_init
0.00 18.23 0.00 7 0.00 0.00 _starpu_task_add_succ
0.00 18.23 0.00 7 0.00 0.00
footprint_vector_interface_crc32
0.00 18.23 0.00 7 0.00 0.00 starpu_hash_crc32c_be
0.00 18.23 0.00 6 0.00 0.00
compare_value_and_recalibrate
0.00 18.23 0.00 6 0.00 0.21 starpu_get_env_number
0.00 18.23 0.00 5 0.00 0.00
_starpu_compute_data_footprint
0.00 18.23 0.00 5 0.00 0.00
_starpu_data_wait_until_available
0.00 18.23 0.00 5 0.00 0.00 _starpu_worker_start
0.00 18.23 0.00 5 0.00 0.00 create_cg_task
0.00 18.23 0.00 4 0.00 0.02 _starpu_driver_start
0.00 18.23 0.00 4 0.00 0.00
_starpu_memory_reclaim_generic
0.00 18.23 0.00 4 0.00 0.00 _starpu_mkpath
0.00 18.23 0.00 4 0.00 0.00
_starpu_perf_counter_update_global_sample
0.00 18.23 0.00 4 0.00 0.00
_starpu_perf_knob_group_register
0.00 18.23 0.00 4 0.00 0.00
_starpu_perf_knob_group_unregister
0.00 18.23 0.00 4 0.00 0.00
_starpu_task_declare_deps_array
0.00 18.23 0.00 4 0.00 0.00 flush_memchunk_cache
0.00 18.23 0.00 4 0.00 0.00 starpu_data_register
0.00 18.23 0.00 4 0.00 0.21 starpu_get_env_number
0.00 18.23 0.00 3 0.00 0.00
_starpu_bind_thread_on_cpu
0.00 18.23 0.00 3 0.00 0.00
_starpu_data_get_max_size
0.00 18.23 0.00 3 0.00 0.00
_starpu_data_register_ram_pointer
0.00 18.23 0.00 3 0.00 0.00 _starpu_data_unregister
0.00 18.23 0.00 3 0.00 0.00 _starpu_frdlock
0.00 18.23 0.00 3 0.00 0.00 _starpu_frdunlock
0.00 18.23 0.00 3 0.00 0.00
_starpu_free_all_automatically_allocated_buffers
0.00 18.23 0.00 3 0.00 0.00
_starpu_handle_all_pending_node_data_requests
0.00 18.23 0.00 3 0.00 0.00 _starpu_mkpath_and_check
0.00 18.23 0.00 3 0.00 0.00
_starpu_perf_counter_register_updater
0.00 18.23 0.00 3 0.00 0.08
_starpu_topology_get_nnumanodes
0.00 18.23 0.00 3 0.00 0.00
_unregister_counter_scope
0.00 18.23 0.00 3 0.00 0.00 _unregister_knob_scope
0.00 18.23 0.00 3 0.00 0.00 describe
0.00 18.23 0.00 3 0.00 0.00
free_potentially_in_use_mc
0.00 18.23 0.00 3 0.00 0.00
vector_interface_get_alloc_size
0.00 18.23 0.00 2 0.00 0.00
_starpu_add_successor_to_cg_list
0.00 18.23 0.00 2 0.00 0.00
_starpu_barrier_counter_destroy
0.00 18.23 0.00 2 0.00 0.00 _starpu_barrier_destroy
0.00 18.23 0.00 2 0.00 0.00 _starpu_barrier_test
0.00 18.23 0.00 2 0.00 0.00
_starpu_check_if_valid_and_fetch_data_on_node
0.00 18.23 0.00 2 0.00 0.00
_starpu_close_debug_logfile
0.00 18.23 0.00 2 0.00 0.00
_starpu_create_sampling_directory_if_needed
0.00 18.23 0.00 2 0.00 0.00
_starpu_data_clear_implicit
0.00 18.23 0.00 2 0.00 0.00
_starpu_data_get_alloc_size
0.00 18.23 0.00 2 0.00 0.00 _starpu_data_handle_init
0.00 18.23 0.00 2 0.00 0.00
_starpu_memory_stats_free
0.00 18.23 0.00 2 0.00 0.00
_starpu_memory_stats_init
0.00 18.23 0.00 2 0.00 0.00
_starpu_sched_ctx_get_current_context
0.00 18.23 0.00 2 0.00 0.00
_starpu_worker_restart_sleeping
0.00 18.23 0.00 2 0.00 0.00 register_vector_handle
0.00 18.23 0.00 2 0.00 0.21 starpu_get_env_number
0.00 18.23 0.00 2 0.00 0.21 starpu_get_env_number
0.00 18.23 0.00 2 0.00 0.00
starpu_memory_nodes_get_numa_count
0.00 18.23 0.00 2 0.00 0.00 starpu_task_wait
0.00 18.23 0.00 1 0.00 0.00 _do_add_notified_workers
0.00 18.23 0.00 1 0.00 0.00 _fill_tree
0.00 18.23 0.00 1 0.00 0.00
_starpu__dmda_c__register_knobs
0.00 18.23 0.00 1 0.00 0.00
_starpu__dmda_c__unregister_knobs
0.00 18.23 0.00 1 0.00 0.00
_starpu__task_c__register_counters
0.00 18.23 0.00 1 0.00 0.00
_starpu__task_c__register_knobs
0.00 18.23 0.00 1 0.00 0.00
_starpu__task_c__unregister_knobs
0.00 18.23 0.00 1 0.00 0.00
_starpu__workers_c__register_knobs
0.00 18.23 0.00 1 0.00 0.00
_starpu__workers_c__unregister_knobs
0.00 18.23 0.00 1 0.00 0.00 _starpu_add_sync_task
0.00 18.23 0.00 1 0.00 0.00
_starpu_allocate_topology_userdata
0.00 18.23 0.00 1 0.00 3.37 _starpu_build_topology
0.00 18.23 0.00 1 0.00 3.19
_starpu_conf_check_environment
0.00 18.23 0.00 1 0.00 0.09 _starpu_cpu_driver_init
0.00 18.23 0.00 1 0.00 0.21
_starpu_cpu_get_global_mem_size
0.00 18.23 0.00 1 0.00 50.64 _starpu_create_sched_ctx
0.00 18.23 0.00 1 0.00 0.00
_starpu_data_free_interfaces
0.00 18.23 0.00 1 0.00 0.21
_starpu_data_interface_init
0.00 18.23 0.00 1 0.00 0.21
_starpu_data_interface_shutdown
0.00 18.23 0.00 1 0.00 0.21 _starpu_datastats_init
0.00 18.23 0.00 1 0.00 0.00
_starpu_deallocate_topology_userdata
0.00 18.23 0.00 1 0.00 0.00
_starpu_deinit_data_request_lists
0.00 18.23 0.00 1 0.00 0.00
_starpu_deinit_mem_chunk_lists
0.00 18.23 0.00 1 0.00 0.00
_starpu_deinitialize_registered_performance_models
0.00 18.23 0.00 1 0.00 10.00
_starpu_delete_all_sched_ctxs
0.00 18.23 0.00 1 0.00 10.00 _starpu_delete_sched_ctx
0.00 18.23 0.00 1 0.00 0.00
_starpu_destroy_machine_config
0.00 18.23 0.00 1 0.00 0.00 _starpu_destroy_topology
0.00 18.23 0.00 1 0.00 0.00 _starpu_disk_unregister
0.00 18.23 0.00 1 0.00 0.00
_starpu_display_alloc_cache_stats
0.00 18.23 0.00 1 0.00 0.00
_starpu_display_msi_stats
0.00 18.23 0.00 1 0.00 0.64
_starpu_fxt_init_profiling
0.00 18.23 0.00 1 0.00 0.00
_starpu_get_calibrate_flag
0.00 18.23 0.00 1 0.00 0.00 _starpu_get_home_path
0.00 18.23 0.00 1 0.00 0.00 _starpu_graph_init
0.00 18.23 0.00 1 0.00 0.43
_starpu_init_all_sched_ctxs
0.00 18.23 0.00 1 0.00 0.00
_starpu_init_data_request_lists
0.00 18.23 0.00 1 0.00 0.00 _starpu_init_idle_hooks
0.00 18.23 0.00 1 0.00 1.28
_starpu_init_mem_chunk_lists
0.00 18.23 0.00 1 0.00 0.00
_starpu_init_progression_hooks
0.00 18.23 0.00 1 0.00 50.64
_starpu_init_sched_policy
0.00 18.23 0.00 1 0.00 0.00 _starpu_init_tags
0.00 18.23 0.00 1 0.00 0.00
_starpu_initialize_busid_matrix
0.00 18.23 0.00 1 0.00 1.49
_starpu_initialize_registered_performance_models
0.00 18.23 0.00 1 0.00 0.00 _starpu_job_fini
0.00 18.23 0.00 1 0.00 0.21 _starpu_job_init
0.00 18.23 0.00 1 0.00 0.37
_starpu_load_bus_performance_files
0.00 18.23 0.00 1 0.00 0.21 _starpu_malloc_init
0.00 18.23 0.00 1 0.00 0.00
_starpu_mem_chunk_init_last
0.00 18.23 0.00 1 0.00 0.00
_starpu_memory_manager_init
0.00 18.23 0.00 1 0.00 0.00
_starpu_memory_manager_set_global_memory_size
0.00 18.23 0.00 1 0.00 0.21
_starpu_memory_node_register
0.00 18.23 0.00 1 0.00 0.00
_starpu_memory_nodes_deinit
0.00 18.23 0.00 1 0.00 1.28
_starpu_memory_nodes_init
0.00 18.23 0.00 1 0.00 0.00
_starpu_mpi_nmad_backend_init
0.00 18.23 0.00 1 0.00 0.00
_starpu_mpi_nmad_backend_reserve_core
0.00 18.23 0.00 1 0.00 0.21
_starpu_mpi_progress_shutdown
0.00 18.23 0.00 1 0.00 0.00 _starpu_notify_cg
0.00 18.23 0.00 1 0.00 0.00 _starpu_omp_dummy_init
0.00 18.23 0.00 1 0.00 0.00
_starpu_omp_dummy_shutdown
0.00 18.23 0.00 1 0.00 0.00
_starpu_open_debug_logfile
0.00 18.23 0.00 1 0.00 0.00
_starpu_perf_counter_exit
0.00 18.23 0.00 1 0.00 0.00
_starpu_perf_counter_init
0.00 18.23 0.00 1 0.00 0.00
_starpu_perf_counter_unregister_all_scopes
0.00 18.23 0.00 1 0.00 0.00 _starpu_perf_knob_exit
0.00 18.23 0.00 1 0.00 0.00 _starpu_perf_knob_init
0.00 18.23 0.00 1 0.00 0.00
_starpu_perf_knob_unregister_all_scopes
0.00 18.23 0.00 1 0.00 0.00 _starpu_print_idle_time
0.00 18.23 0.00 1 0.00 0.43
_starpu_profile_set_tracefile
0.00 18.23 0.00 1 0.00 0.00 _starpu_profiling_init
0.00 18.23 0.00 1 0.00 0.00
_starpu_profiling_terminate
0.00 18.23 0.00 1 0.00 0.00
_starpu_pthread_spin_do_lock
0.00 18.23 0.00 1 0.00 0.00
_starpu_sched_component_workers_destroy
0.00 18.23 0.00 1 0.00 1.06 _starpu_sched_init
0.00 18.23 0.00 1 0.00 0.21
_starpu_select_sched_policy
0.00 18.23 0.00 1 0.00 0.00
_starpu_set_calibrate_flag
0.00 18.23 0.00 1 0.00 0.21
_starpu_set_perf_model_dirs
0.00 18.23 0.00 1 0.00 0.21
_starpu_stop_fxt_profiling
0.00 18.23 0.00 1 0.00 0.00 _starpu_tag_clear
0.00 18.23 0.00 1 0.00 0.00 _starpu_task_deinit
0.00 18.23 0.00 1 0.00 0.85 _starpu_task_init
0.00 18.23 0.00 1 0.00 0.00 _starpu_timing_init
0.00 18.23 0.00 1 0.00 0.00
_starpu_topology_count_ngpus
0.00 18.23 0.00 1 0.00 0.00
_starpu_topology_get_nhwcpu
0.00 18.23 0.00 1 0.00 0.00 _starpu_util_init
0.00 18.23 0.00 1 0.00 0.00 _starpu_wait_job
0.00 18.23 0.00 1 0.00 0.21
_starpu_watchdog_shutdown
0.00 18.23 0.00 1 0.00 0.08 check_bus_config_file
0.00 18.23 0.00 1 0.00 0.00 deinit_ws_policy
0.00 18.23 0.00 1 0.00 0.00 fstarpu_sched_ctx_create
0.00 18.23 0.00 1 0.00 30.00 initialize_ws_policy
0.00 18.23 0.00 1 0.00 0.00 load_bus_bandwidth_file
0.00 18.23 0.00 1 0.00 0.00
load_bus_bandwidth_file_content
0.00 18.23 0.00 1 0.00 0.00 load_bus_latency_file
0.00 18.23 0.00 1 0.00 0.00
load_bus_latency_file_content
0.00 18.23 0.00 1 0.00 0.00 lws_add_workers
0.00 18.23 0.00 1 0.00 0.00
notify_workers_about_changing_ctx_done
0.00 18.23 0.00 1 0.00 0.00
notify_workers_about_changing_ctx_pending
0.00 18.23 0.00 1 0.00 4.68 starpu_conf_init
0.00 18.23 0.00 1 0.00 0.00
starpu_cpu_worker_get_count
0.00 18.23 0.00 1 0.00 0.00
starpu_data_display_memory_stats
0.00 18.23 0.00 1 0.00 0.00
starpu_data_get_default_sequential_consistency_flag
0.00 18.23 0.00 1 0.00 0.21 starpu_fxt_is_enabled
0.00 18.23 0.00 1 0.00 0.21
starpu_get_env_float_default.constprop.0
0.00 18.23 0.00 1 0.00 0.21 starpu_get_env_number
0.00 18.23 0.00 1 0.00 0.21
starpu_get_env_number.constprop.0
0.00 18.23 0.00 1 0.00 0.21
starpu_get_env_number.constprop.0
0.00 18.23 0.00 1 0.00 63.11 starpu_initialize
0.00 18.23 0.00 1 0.00 0.00
starpu_perfmodel_free_sampling_directories
0.00 18.23 0.00 1 0.00 0.00
starpu_perfmodel_initialize
0.00 18.23 0.00 1 0.00 0.21
starpu_profiling_bus_helper_display_summary
0.00 18.23 0.00 1 0.00 0.21
starpu_profiling_worker_helper_display_summary
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_ctx_create_worker_collection
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_ctx_delete_worker_collection
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_ctx_get_worker_collection
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_ctx_get_workers_list
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_ctx_get_workers_list_raw
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_ctx_max_priority_is_set
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_ctx_min_priority_is_set
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_ctx_set_max_priority
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_ctx_set_min_priority
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_get_max_priority
0.00 18.23 0.00 1 0.00 0.00
starpu_sched_get_min_priority
0.00 18.23 0.00 1 0.00 0.00 starpu_tree_free
0.00 18.23 0.00 1 0.00 0.00
starpu_wake_all_blocked_workers
0.00 18.23 0.00 1 0.00 0.00 starpu_workers_get_tree
0.00 18.23 0.00 1 0.00 0.00 tree_deinit
0.00 18.23 0.00 1 0.00 0.00 tree_init
0.00 18.23 0.00 1 0.00 0.00 ws_add_workers
0.00 18.23 0.00 1 0.00 0.00 ws_remove_workers

% the percentage of the total running time of the
time program used by this function.

cumulative a running sum of the number of seconds accounted
seconds for by this function and those listed above it.

self the number of seconds accounted for by this
seconds function alone. This is the major sort for this
listing.

calls the number of times this function was invoked, if
this function is profiled, else blank.

self the average number of milliseconds spent in this
ms/call function per call, if this function is profiled,
else blank.

total the average number of milliseconds spent in this
ms/call function and its descendents per call, if this
function is profiled, else blank.

name the name of the function. This is the minor sort
for this listing. The index shows the location of
the function in the gprof listing. If the index is
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.

Copyright (C) 2012-2019 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

Call graph (explanation follows)


granularity: each sample hit covers 2 byte(s) for 0.05% of 18.23 seconds

index % time self children called name
<spontaneous>
[1] 98.3 0.43 17.49 _starpu_cpu_worker [1]
0.25 17.00 3307931/3307931 _starpu_cpu_driver_run_once
[2]
0.23 0.00 2418092/2418092 _starpu_may_pause [11]
0.02 0.00 1/1 _starpu_cpu_driver_deinit
[42]
0.00 0.00 1/1 _starpu_cpu_driver_init [120]
0.00 0.00 8/218150 _starpu_gettid [1471]
-----------------------------------------------
0.25 17.00 3307931/3307931 _starpu_cpu_worker [1]
[2] 94.6 0.25 17.00 3307931 _starpu_cpu_driver_run_once [2]
10.39 4.49 2930873/2930873 _starpu_get_worker_task [3]
0.15 1.88 3050064/3050064 __starpu_datawizard_progress
[7]
0.09 0.00 1397884/1397884
_starpu_execute_registered_idle_hooks [21]
-----------------------------------------------
10.39 4.49 2930873/2930873 _starpu_cpu_driver_run_once
[2]
[3] 81.6 10.39 4.49 2930873 _starpu_get_worker_task [3]
0.37 3.59 2670694/2670694 _starpu_pop_task [4]
0.16 0.00 2254796/2254796
_starpu_worker_apply_deferred_ctx_changes [13]
0.15 0.00 2189361/2189361
_starpu_worker_set_status_sleeping [14]
0.11 0.00 2542445/2542445
_starpu_worker_process_block_in_parallel_requests [20]
0.07 0.00 5550509/10603601
starpu_pthread_mutex_lock_sched [15]
0.04 0.00 5838057/10592117
starpu_pthread_mutex_unlock_sched [25]
-----------------------------------------------
0.37 3.59 2670694/2670694 _starpu_get_worker_task [3]
[4] 21.7 0.37 3.59 2670694 _starpu_pop_task [4]
0.27 3.19 2759250/2759250 ws_pop_task [5]
0.06 0.07 2414123/2414123 _starpu_pop_local_task [17]
-----------------------------------------------
0.27 3.19 2759250/2759250 _starpu_pop_task [4]
[5] 19.0 0.27 3.19 2759250 ws_pop_task [5]
2.57 0.04 2165605/2165605 lws_select_victim [6]
0.22 0.06 2517929/2517929 _starpu_worker_relax_off [10]
0.15 0.04 1391333/1391333 _starpu_worker_relax_on [12]
0.12 0.00 2430670/2430675
starpu_sched_ctx_get_policy_data [19]
-----------------------------------------------
2.57 0.04 2165605/2165605 ws_pop_task [5]
[6] 14.3 2.57 0.04 2165605 lws_select_victim [6]
0.04 0.00 2539407/2539407
starpu_sched_ctx_get_nworkers [31]
-----------------------------------------------
0.15 1.88 3050064/3050064 _starpu_cpu_driver_run_once
[2]
[7] 11.1 0.15 1.88 3050064 __starpu_datawizard_progress [7]
0.50 1.38 2603303/2603303
___starpu_datawizard_progress [8]
-----------------------------------------------
0.50 1.38 2603303/2603303 __starpu_datawizard_progress
[7]
[8] 10.3 0.50 1.38 2603303 ___starpu_datawizard_progress [8]
0.93 0.00 10419175/10419175
__starpu_handle_node_data_requests [9]
0.13 0.00 3425525/3425525
_starpu_execute_registered_progression_hooks [16]
0.12 0.00 3038030/3038032
_handle_pending_node_data_requests [18]
0.07 0.00 3444054/3444054
_starpu_handle_node_idle_requests [23]
0.06 0.00 3154234/3154234 starpu_memchunk_tidy [27]
0.03 0.00 2651725/2651725
_starpu_handle_pending_node_data_requests [35]
0.02 0.00 3160924/3160924
_starpu_handle_node_prefetch_requests [46]
0.01 0.00 3375673/3375673
_starpu_check_that_no_data_request_is_pending [64]
0.01 0.00 3345817/3345817
_starpu_handle_node_data_requests [65]
-----------------------------------------------
0.93 0.00 10419175/10419175
___starpu_datawizard_progress [8]
[9] 5.1 0.93 0.00 10419175
__starpu_handle_node_data_requests [9]
-----------------------------------------------
0.22 0.06 2517929/2517929 ws_pop_task [5]
[10] 1.5 0.22 0.06 2517929 _starpu_worker_relax_off [10]
0.04 0.00 3071290/10603601
starpu_pthread_mutex_lock_sched [15]
0.02 0.00 2675286/10592117
starpu_pthread_mutex_unlock_sched [25]
-----------------------------------------------
0.23 0.00 2418092/2418092 _starpu_cpu_worker [1]
[11] 1.2 0.23 0.00 2418092 _starpu_may_pause [11]
-----------------------------------------------
0.15 0.04 1391333/1391333 ws_pop_task [5]
[12] 1.0 0.15 0.04 1391333 _starpu_worker_relax_on [12]
0.03 0.00 1981747/10603601
starpu_pthread_mutex_lock_sched [15]
0.01 0.00 2078715/10592117
starpu_pthread_mutex_unlock_sched [25]
-----------------------------------------------
0.16 0.00 2254796/2254796 _starpu_get_worker_task [3]
[13] 0.9 0.16 0.00 2254796
_starpu_worker_apply_deferred_ctx_changes [13]
-----------------------------------------------
0.15 0.00 2189361/2189361 _starpu_get_worker_task [3]
[14] 0.8 0.15 0.00 2189361
_starpu_worker_set_status_sleeping [14]
0.00 0.00 5/218150 _starpu_gettid [1471]
0.00 0.00 2/2
_starpu_worker_restart_sleeping [1586]
-----------------------------------------------
0.00 0.00 2/10603601 _starpu_cpu_driver_init
[120]
0.00 0.00 11/10603601
notify_workers_about_changing_ctx_pending [130]
0.00 0.00 11/10603601
notify_workers_about_changing_ctx_done [129]
0.00 0.00 11/10603601 _starpu_create_sched_ctx
[28]
0.00 0.00 20/10603601
starpu_wake_all_blocked_workers [127]
0.03 0.00 1981747/10603601 _starpu_worker_relax_on [12]
0.04 0.00 3071290/10603601 _starpu_worker_relax_off
[10]
0.07 0.00 5550509/10603601 _starpu_get_worker_task [3]
[15] 0.7 0.14 0.00 10603601 starpu_pthread_mutex_lock_sched
[15]
-----------------------------------------------
0.13 0.00 3425525/3425525
___starpu_datawizard_progress [8]
[16] 0.7 0.13 0.00 3425525
_starpu_execute_registered_progression_hooks [16]
-----------------------------------------------
0.06 0.07 2414123/2414123 _starpu_pop_task [4]
[17] 0.7 0.06 0.07 2414123 _starpu_pop_local_task [17]
0.07 0.00 2365213/2365213 _starpu_pop_task_end [24]
-----------------------------------------------
0.00 0.00 2/3038032 _starpu_cpu_driver_deinit
[42]
0.12 0.00 3038030/3038032
___starpu_datawizard_progress [8]
[18] 0.7 0.12 0.00 3038032
_handle_pending_node_data_requests [18]
-----------------------------------------------
0.00 0.00 1/2430675 deinit_ws_policy [132]
0.00 0.00 1/2430675 ws_remove_workers [135]
0.00 0.00 1/2430675 ws_add_workers [134]
0.00 0.00 1/2430675 lws_add_workers [131]
0.00 0.00 1/2430675 initialize_lws_policy [30]
0.12 0.00 2430670/2430675 ws_pop_task [5]
[19] 0.7 0.12 0.00 2430675 starpu_sched_ctx_get_policy_data
[19]
-----------------------------------------------
0.11 0.00 2542445/2542445 _starpu_get_worker_task [3]
[20] 0.6 0.11 0.00 2542445
_starpu_worker_process_block_in_parallel_requests [20]
-----------------------------------------------
0.09 0.00 1397884/1397884 _starpu_cpu_driver_run_once
[2]
[21] 0.5 0.09 0.00 1397884
_starpu_execute_registered_idle_hooks [21]
-----------------------------------------------
<spontaneous>
[22] 0.4 0.00 0.07 starpu_mpi_init_conf [22]
0.00 0.06 1/1 starpu_initialize [26]
0.01 0.00 1/1 starpu_init [79]
0.00 0.00 1/1 starpu_conf_init [81]
0.00 0.00 1/1
_starpu_mpi_nmad_backend_reserve_core [1622]
0.00 0.00 1/1
_starpu_mpi_nmad_backend_init [1621]
-----------------------------------------------
0.07 0.00 3444054/3444054
___starpu_datawizard_progress [8]
[23] 0.4 0.07 0.00 3444054
_starpu_handle_node_idle_requests [23]
-----------------------------------------------
0.07 0.00 2365213/2365213 _starpu_pop_local_task [17]
[24] 0.4 0.07 0.00 2365213 _starpu_pop_task_end [24]
-----------------------------------------------
0.00 0.00 5/10592117 _starpu_cpu_driver_init
[120]
0.00 0.00 11/10592117
notify_workers_about_changing_ctx_pending [130]
0.00 0.00 11/10592117
notify_workers_about_changing_ctx_done [129]
0.00 0.00 11/10592117 _starpu_create_sched_ctx
[28]
0.00 0.00 21/10592117
starpu_wake_all_blocked_workers [127]
0.01 0.00 2078715/10592117 _starpu_worker_relax_on [12]
0.02 0.00 2675286/10592117 _starpu_worker_relax_off
[10]
0.04 0.00 5838057/10592117 _starpu_get_worker_task [3]
[25] 0.4 0.07 0.00 10592117
starpu_pthread_mutex_unlock_sched [25]
-----------------------------------------------
0.00 0.06 1/1 starpu_mpi_init_conf [22]
[26] 0.3 0.00 0.06 1 starpu_initialize [26]
0.00 0.05 1/1 _starpu_create_sched_ctx [28]
0.00 0.00 1/1 _starpu_build_topology [82]
0.00 0.00 1/1
_starpu_conf_check_environment [83]
0.00 0.00 1/1
_starpu_initialize_registered_performance_models [84]
0.00 0.00 1/1 _starpu_sched_init [88]
0.00 0.00 1/1 _starpu_task_init [90]
0.00 0.00 1/1 _starpu_fxt_init_profiling
[91]
0.00 0.00 2/94 starpu_getenv [48]
0.00 0.00 1/1 _starpu_init_all_sched_ctxs
[95]
0.00 0.00 1/1
_starpu_load_bus_performance_files [98]
0.00 0.00 1/1 _starpu_job_init [112]
0.00 0.00 1/1 _starpu_data_interface_init
[109]
0.00 0.00 1/1 _starpu_select_sched_policy
[116]
0.00 0.00 11/11 _starpu_worker_init [1548]
0.00 0.00 3/14
_starpu_memory_node_register_condition [1532]
0.00 0.00 1/1 _starpu_util_init [1644]
0.00 0.00 1/1 _starpu_omp_dummy_init [1624]
0.00 0.00 1/1 _starpu_graph_init [1610]
0.00 0.00 1/1
_starpu_init_progression_hooks [1613]
0.00 0.00 1/1 _starpu_init_tags [1614]
0.00 0.00 1/1 _starpu_init_idle_hooks
[1612]
0.00 0.00 1/1 _starpu_open_debug_logfile
[1626]
0.00 0.00 1/1 _starpu_profiling_init [1634]
0.00 0.00 1/16208 _starpu_clock_gettime [1511]
0.00 0.00 1/1 _starpu_timing_init [1641]
0.00 0.00 1/1 _fill_tree [1588]
0.00 0.00 1/1 _starpu_perf_counter_init
[1628]
0.00 0.00 1/1 _starpu_perf_knob_init [1631]
-----------------------------------------------
0.06 0.00 3154234/3154234
___starpu_datawizard_progress [8]
[27] 0.3 0.06 0.00 3154234 starpu_memchunk_tidy [27]
-----------------------------------------------
0.00 0.05 1/1 starpu_initialize [26]
[28] 0.3 0.00 0.05 1 _starpu_create_sched_ctx [28]
0.00 0.05 1/1 _starpu_init_sched_policy
[29]
0.00 0.00 1/1
notify_workers_about_changing_ctx_pending [130]
0.00 0.00 1/1
notify_workers_about_changing_ctx_done [129]
0.00 0.00 11/10603601
starpu_pthread_mutex_lock_sched [15]
0.00 0.00 1/1 lws_add_workers [131]
0.00 0.00 11/10592117
starpu_pthread_mutex_unlock_sched [25]
0.00 0.00 12/145 tree_remove [156]
0.00 0.00 12/145 tree_has_next [155]
0.00 0.00 11/11 tree_add [167]
0.00 0.00 11/22 tree_get_next [160]
0.00 0.00 11/33
starpu_worker_is_combined_worker [159]
0.00 0.00 11/11 _starpu_sched_ctx_list_add
[1543]
0.00 0.00 2/13 _starpu_barrier_counter_init
[1534]
0.00 0.00 2/218150 _starpu_gettid [1471]
0.00 0.00 1/1 _do_add_notified_workers
[1587]
0.00 0.00 1/13 tree_init_iterator [162]
-----------------------------------------------
0.00 0.05 1/1 _starpu_create_sched_ctx [28]
[29] 0.3 0.00 0.05 1 _starpu_init_sched_policy [29]
0.02 0.03 1/1 initialize_lws_policy [30]
0.00 0.00 2/6 starpu_get_env_number [85]
0.00 0.00 1/94 starpu_getenv [48]
0.00 0.00 2/218150 _starpu_gettid [1471]
0.00 0.00 1/1 _starpu_set_calibrate_flag
[1638]
0.00 0.00 1/1
starpu_sched_ctx_create_worker_collection [191]
-----------------------------------------------
0.02 0.03 1/1 _starpu_init_sched_policy
[29]
[30] 0.3 0.02 0.03 1 initialize_lws_policy [30]
0.00 0.03 1/1 initialize_ws_policy [33]
0.00 0.00 1/2430675
starpu_sched_ctx_get_policy_data [19]
0.00 0.00 1/1 starpu_cpu_worker_get_count
[186]
0.00 0.00 1/2
starpu_memory_nodes_get_numa_count [180]
-----------------------------------------------
0.04 0.00 2539407/2539407 lws_select_victim [6]
[31] 0.2 0.04 0.00 2539407 starpu_sched_ctx_get_nworkers
[31]
-----------------------------------------------
0.00 0.02 7137/14513 starpu_mpi_isend_prio [52]
0.00 0.02 7376/14513 starpu_mpi_irecv [50]
[32] 0.2 0.00 0.03 14513 _starpu_mpi_data_clear [32]
0.00 0.02 15372/15372
starpu_data_acquire_on_node_cb_sequential_consistency_sync_jobids [41]
0.01 0.00 11366/11366 _starpu_mpi_req_willpost [69]
0.00 0.00 18573/18573 _starpu_mpi_request_fill
[1509]
-----------------------------------------------
0.00 0.03 1/1 initialize_lws_policy [30]
[33] 0.2 0.00 0.03 1 initialize_ws_policy [33]
0.03 0.00 1/1
starpu_sched_ctx_set_policy_data [34]
0.00 0.00 1/1
starpu_sched_ctx_min_priority_is_set [197]
0.00 0.00 1/1
starpu_sched_ctx_set_min_priority [199]
0.00 0.00 1/1
starpu_sched_ctx_max_priority_is_set [196]
0.00 0.00 1/1
starpu_sched_ctx_set_max_priority [198]
-----------------------------------------------
0.03 0.00 1/1 initialize_ws_policy [33]
[34] 0.2 0.03 0.00 1 starpu_sched_ctx_set_policy_data
[34]
-----------------------------------------------
0.03 0.00 2651725/2651725
___starpu_datawizard_progress [8]
[35] 0.2 0.03 0.00 2651725
_starpu_handle_pending_node_data_requests [35]
-----------------------------------------------
<spontaneous>
[36] 0.2 0.03 0.00
_starpu_driver_update_job_feedback [36]
-----------------------------------------------
0.01 0.02 32253/32253
_starpu_task_submit_internally [38]
[37] 0.2 0.01 0.02 32253 _starpu_task_submit [37]
0.00 0.02 43033/43033 _starpu_submit_job [49]
0.00 0.00 75360/218150 _starpu_gettid [1471]
0.00 0.00 27473/27473
_starpu_allocate_profiling_info_if_needed [1490]
0.00 0.00 26931/26931 _starpu_task_submit_head
[1491]
-----------------------------------------------
0.00 0.00 5/24554
_starpu_data_wait_until_available [125]
0.00 0.01 11824/24554
starpu_data_acquire_on_node_cb_sequential_consistency_sync_jobids [41]
0.00 0.02 12725/24554
_starpu_unlock_post_sync_tasks [55]
[38] 0.2 0.00 0.03 24554 _starpu_task_submit_internally
[38]
0.01 0.02 32253/32253 _starpu_task_submit [37]
-----------------------------------------------
0.00 0.03 14158/14158
_starpu_mpi_handle_request_termination [40]
[39] 0.1 0.00 0.03 14158 _starpu_mpi_release_req_data [39]
0.00 0.02 25553/25553 starpu_data_release_on_node
[54]
0.01 0.00 23828/23828 starpu_data_release [62]
-----------------------------------------------
<spontaneous>
[40] 0.1 0.00 0.03
_starpu_mpi_handle_request_termination [40]
0.00 0.03 14158/14158 _starpu_mpi_release_req_data
[39]
0.00 0.00 15074/33749 piom_spin_unlock [142]
0.00 0.00 13802/25878 piom_spin_lock [144]
0.00 0.00 13742/218150 _starpu_gettid [1471]
0.00 0.00 13541/13541 _starpu_mpi_datatype_free
[1517]
0.00 0.00 2674/2674 piom_sem_V [152]
-----------------------------------------------
0.00 0.02 15372/15372 _starpu_mpi_data_clear [32]
[41] 0.1 0.00 0.02 15372
starpu_data_acquire_on_node_cb_sequential_consistency_sync_jobids [41]
0.00 0.01 11824/24554
_starpu_task_submit_internally [38]
0.00 0.01 31557/31562 starpu_task_create [61]
0.00 0.00 20046/20048
_starpu_detect_implicit_data_deps_with_handle [128]
0.00 0.00 24254/24254
_starpu_data_check_initialized [1499]
0.00 0.00 23383/23385 _starpu_job_create [1500]
-----------------------------------------------
0.02 0.00 1/1 _starpu_cpu_worker [1]
[42] 0.1 0.02 0.00 1 _starpu_cpu_driver_deinit [42]
0.00 0.00 2/3038032
_handle_pending_node_data_requests [18]
0.00 0.00 5/218150 _starpu_gettid [1471]
0.00 0.00 3/3
_starpu_handle_all_pending_node_data_requests [1569]
0.00 0.00 3/4
_starpu_memory_reclaim_generic [1557]
0.00 0.00 2/3
_starpu_free_all_automatically_allocated_buffers [1568]
-----------------------------------------------
<spontaneous>
[43] 0.1 0.02 0.00
starpu_handle_data_request_completion [43]
-----------------------------------------------
<spontaneous>
[44] 0.1 0.02 0.00
starpu_progression_hook_deregister [44]
-----------------------------------------------
<spontaneous>
[45] 0.1 0.02 0.00 starpu_push_task_end [45]
-----------------------------------------------
0.02 0.00 3160924/3160924
___starpu_datawizard_progress [8]
[46] 0.1 0.02 0.00 3160924
_starpu_handle_node_prefetch_requests [46]
-----------------------------------------------
<spontaneous>
[47] 0.1 0.02 0.00
_starpu_check_that_no_data_request_exists [47]
-----------------------------------------------
0.00 0.00 1/94 starpu_get_env_number [102]
0.00 0.00 1/94
_starpu_data_interface_shutdown [110]
0.00 0.00 1/94 _starpu_fxt_init_profiling
[91]
0.00 0.00 1/94 _starpu_watchdog_shutdown
[119]
0.00 0.00 1/94
_starpu_conf_check_environment [83]
0.00 0.00 1/94
_starpu_cpu_get_global_mem_size [108]
0.00 0.00 1/94
_starpu_topology_get_nnumanodes [99]
0.00 0.00 1/94 _starpu_set_perf_model_dirs
[117]
0.00 0.00 1/94 _starpu_sched_init [88]
0.00 0.00 1/94 _starpu_select_sched_policy
[116]
0.00 0.00 1/94 _starpu_init_sched_policy
[29]
0.00 0.00 1/94
starpu_get_env_float_default.constprop.0 [101]
0.00 0.00 1/94
starpu_get_env_number.constprop.0 [103]
0.00 0.00 1/94 _starpu_malloc_init [113]
0.00 0.00 1/94 _starpu_datastats_init [111]
0.00 0.00 1/94
starpu_profiling_bus_helper_display_summary [105]
0.00 0.00 1/94
starpu_profiling_worker_helper_display_summary [106]
0.00 0.00 1/94
starpu_get_env_number.constprop.0 [104]
0.00 0.00 2/94
_starpu_profile_set_tracefile [96]
0.00 0.00 2/94 starpu_get_env_number [92]
0.00 0.00 2/94 starpu_conf_init [81]
0.00 0.00 2/94 starpu_initialize [26]
0.00 0.00 2/94 starpu_shutdown [56]
0.00 0.00 2/94
_starpu_get_logical_numa_node_worker [94]
0.00 0.00 2/94 starpu_get_env_number [93]
0.00 0.00 4/94 starpu_get_env_number [89]
0.00 0.00 5/94 _starpu_build_topology [82]
0.00 0.00 6/94 starpu_get_env_number [85]
0.00 0.00 6/94 _starpu_init_mem_chunk_lists
[86]
0.00 0.00 7/94
_starpu_initialize_registered_performance_models [84]
0.01 0.00 34/94 starpu_get_env_number [78]
[48] 0.1 0.02 0.00 94 starpu_getenv [48]
-----------------------------------------------
0.00 0.02 43033/43033 _starpu_task_submit [37]
[49] 0.1 0.00 0.02 43033 _starpu_submit_job [49]
0.01 0.00 26785/26785 _starpu_sched_task_submit
[66]
0.00 0.01 46278/46278
_starpu_enforce_deps_and_schedule [76]
0.00 0.00 75450/130944
_starpu_barrier_counter_increment [1472]
0.00 0.00 66708/66708
_starpu_increment_nsubmitted_tasks_of_sched_ctx [1474]
0.00 0.00 50927/50927 _starpu_bound_record [1477]
0.00 0.00 26818/26818
_starpu_handle_job_submission [1493]
-----------------------------------------------
0.00 0.02 8027/8027 starpu_mpi_recv [51]
[50] 0.1 0.00 0.02 8027 starpu_mpi_irecv [50]
0.00 0.02 7376/14513 _starpu_mpi_data_clear [32]
0.00 0.00 12050/218150 _starpu_gettid [1471]
-----------------------------------------------
<spontaneous>
[51] 0.1 0.00 0.02 starpu_mpi_recv [51]
0.00 0.02 8027/8027 starpu_mpi_irecv [50]
0.00 0.00 7183/14600 _starpu_mpi_wait [1515]
-----------------------------------------------
0.00 0.02 11169/11169 starpu_mpi_send_prio [53]
[52] 0.1 0.00 0.02 11169 starpu_mpi_isend_prio [52]
0.00 0.02 7137/14513 _starpu_mpi_data_clear [32]
0.00 0.00 12018/218150 _starpu_gettid [1471]
-----------------------------------------------
<spontaneous>
[53] 0.1 0.00 0.02 starpu_mpi_send_prio [53]
0.00 0.02 11169/11169 starpu_mpi_isend_prio [52]
0.00 0.00 7417/14600 _starpu_mpi_wait [1515]
-----------------------------------------------
0.00 0.02 25553/25553 _starpu_mpi_release_req_data
[39]
[54] 0.1 0.00 0.02 25553 starpu_data_release_on_node [54]
0.00 0.02 30512/30512
_starpu_unlock_post_sync_tasks [55]
0.00 0.00 13964/13967 _starpu_release_data_on_node
[1516]
-----------------------------------------------
0.00 0.02 30512/30512 starpu_data_release_on_node
[54]
[55] 0.1 0.00 0.02 30512 _starpu_unlock_post_sync_tasks
[55]
0.00 0.02 12725/24554
_starpu_task_submit_internally [38]
0.00 0.00 14682/32738
_starpu_release_data_enforce_sequential_consistency [1485]
-----------------------------------------------
<spontaneous>
[56] 0.1 0.00 0.01 starpu_shutdown [56]
0.00 0.01 1/1
_starpu_delete_all_sched_ctxs [57]
0.00 0.00 2/94 starpu_getenv [48]
0.00 0.00 1/1
starpu_profiling_bus_helper_display_summary [105]
0.00 0.00 1/1
starpu_profiling_worker_helper_display_summary [106]
0.00 0.00 1/1 _starpu_watchdog_shutdown
[119]
0.00 0.00 1/1
_starpu_data_interface_shutdown [110]
0.00 0.00 1/1 _starpu_stop_fxt_profiling
[118]
0.00 0.00 1/1
starpu_wake_all_blocked_workers [127]
0.00 0.00 11/11
_starpu_sched_ctx_list_delete [1545]
0.00 0.00 11/12
_starpu_perf_counter_sample_exit [1537]
0.00 0.00 1/2
starpu_memory_nodes_get_numa_count [180]
0.00 0.00 1/4
_starpu_memory_reclaim_generic [1557]
0.00 0.00 1/3
_starpu_free_all_automatically_allocated_buffers [1568]
0.00 0.00 1/1
_starpu_deinitialize_registered_performance_models [1602]
0.00 0.00 1/1
_starpu_sched_component_workers_destroy [1637]
0.00 0.00 1/1 _starpu_disk_unregister
[1605]
0.00 0.00 1/1 _starpu_profiling_terminate
[1635]
0.00 0.00 1/1 starpu_tree_free [202]
0.00 0.00 1/1 _starpu_destroy_topology
[1604]
0.00 0.00 1/1 _starpu_omp_dummy_shutdown
[1625]
0.00 0.00 1/1 _starpu_tag_clear [1639]
0.00 0.00 1/1 _starpu_job_fini [1616]
0.00 0.00 1/2 _starpu_close_debug_logfile
[1578]
0.00 0.00 1/1 _starpu_perf_counter_exit
[1627]
0.00 0.00 1/1 _starpu_perf_knob_exit [1630]
0.00 0.00 1/1 _starpu_task_deinit [1640]
0.00 0.00 1/1 _starpu_print_idle_time
[1633]
0.00 0.00 1/1 _starpu_display_msi_stats
[1607]
0.00 0.00 1/1
starpu_data_display_memory_stats [187]
0.00 0.00 1/1
_starpu_display_alloc_cache_stats [1606]
-----------------------------------------------
0.00 0.01 1/1 starpu_shutdown [56]
[57] 0.1 0.00 0.01 1 _starpu_delete_all_sched_ctxs
[57]
0.00 0.01 1/1 _starpu_delete_sched_ctx [59]
0.00 0.00 1/1 fstarpu_sched_ctx_create
[133]
0.00 0.00 2/2
_starpu_barrier_counter_destroy [1575]
-----------------------------------------------
0.01 0.00 1/1 _starpu_delete_sched_ctx [59]
[58] 0.1 0.01 0.00 1 _starpu_deinit_sched_policy [58]
0.00 0.00 1/1 deinit_ws_policy [132]
0.00 0.00 2/218150 _starpu_gettid [1471]
-----------------------------------------------
0.00 0.01 1/1
_starpu_delete_all_sched_ctxs [57]
[59] 0.1 0.00 0.01 1 _starpu_delete_sched_ctx [59]
0.01 0.00 1/1 _starpu_deinit_sched_policy
[58]
0.00 0.00 1/1
starpu_sched_ctx_delete_worker_collection [192]
-----------------------------------------------
0.01 0.00 39688/39688 starpu_task_create [61]
[60] 0.1 0.01 0.00 39688 starpu_task_init [60]
-----------------------------------------------
0.00 0.00 1/31562
_starpu_detect_implicit_data_deps_with_handle [128]
0.00 0.00 4/31562
_starpu_data_wait_until_available [125]
0.00 0.01 31557/31562
starpu_data_acquire_on_node_cb_sequential_consistency_sync_jobids [41]
[61] 0.1 0.00 0.01 31562 starpu_task_create [61]
0.01 0.00 39688/39688 starpu_task_init [60]
-----------------------------------------------
0.01 0.00 23828/23828 _starpu_mpi_release_req_data
[39]
[62] 0.1 0.01 0.00 23828 starpu_data_release [62]
-----------------------------------------------
<spontaneous>
[63] 0.1 0.01 0.00 starpu_task_end_dep_release [63]
-----------------------------------------------
0.01 0.00 3375673/3375673
___starpu_datawizard_progress [8]
[64] 0.1 0.01 0.00 3375673
_starpu_check_that_no_data_request_is_pending [64]
-----------------------------------------------
0.01 0.00 3345817/3345817
___starpu_datawizard_progress [8]
[65] 0.1 0.01 0.00 3345817
_starpu_handle_node_data_requests [65]
-----------------------------------------------
0.01 0.00 26785/26785 _starpu_submit_job [49]
[66] 0.1 0.01 0.00 26785 _starpu_sched_task_submit [66]
-----------------------------------------------
0.00 0.00 5/12270
_starpu_check_if_valid_and_fetch_data_on_node [126]
0.00 0.01 12265/12270
starpu_data_acquire_cb_pre_sync_callback [74]
[67] 0.1 0.00 0.01 12270 _starpu_fetch_data_on_node [67]
0.01 0.00 12239/12239
_starpu_create_request_to_fetch_data [68]
-----------------------------------------------
0.01 0.00 12239/12239 _starpu_fetch_data_on_node
[67]
[68] 0.1 0.01 0.00 12239
_starpu_create_request_to_fetch_data [68]
0.00 0.00 23010/23010
link_supports_direct_transfers [147]
0.00 0.00 12158/12158
_starpu_data_acquire_fetch_data_callback [1520]
-----------------------------------------------
0.01 0.00 11366/11366 _starpu_mpi_data_clear [32]
[69] 0.1 0.01 0.00 11366 _starpu_mpi_req_willpost [69]
-----------------------------------------------
<spontaneous>
[70] 0.1 0.01 0.00
_starpu_data_request_append_callback [70]
-----------------------------------------------
<spontaneous>
[71] 0.1 0.01 0.00
_starpu_enforce_deps_notify_job_ready_soon [71]
-----------------------------------------------
<spontaneous>
[72] 0.1 0.01 0.00 _starpu_get_workers_of_sched_ctx
[72]
-----------------------------------------------
<spontaneous>
[73] 0.1 0.01 0.00 _starpu_job_notify_ready_soon
[73]
-----------------------------------------------
0.00 0.01 15465/15465
_starpu_handle_job_termination [77]
[74] 0.1 0.00 0.01 15465
starpu_data_acquire_cb_pre_sync_callback [74]
0.00 0.01 12265/12270 _starpu_fetch_data_on_node
[67]
0.00 0.00 21084/21084
_starpu_attempt_to_submit_data_request_from_apps [1506]
-----------------------------------------------
0.00 0.01 57143/57143
_starpu_enforce_deps_and_schedule [76]
[75] 0.1 0.00 0.01 57143 _starpu_repush_task [75]
0.00 0.01 26231/26231
_starpu_handle_job_termination [77]
0.00 0.00 55215/55215
_starpu_increment_nready_tasks_of_sched_ctx [1476]
-----------------------------------------------
0.00 0.01 46278/46278 _starpu_submit_job [49]
[76] 0.1 0.00 0.01 46278
_starpu_enforce_deps_and_schedule [76]
0.00 0.01 57143/57143 _starpu_repush_task [75]
0.00 0.00 63554/63554
_starpu_not_all_task_deps_are_fulfilled [1475]
0.00 0.00 45626/45626 _starpu_push_task [1478]
0.00 0.00 31245/31245
_starpu_submit_job_enforce_data_deps [1487]
-----------------------------------------------
0.00 0.01 26231/26231 _starpu_repush_task [75]
[77] 0.1 0.00 0.01 26231 _starpu_handle_job_termination
[77]
0.00 0.01 15465/15465
starpu_data_acquire_cb_pre_sync_callback [74]
0.00 0.00 75340/218150 _starpu_gettid [1471]
0.00 0.00 38084/38084 _starpu_set_current_task
[1482]
0.00 0.00 33571/33571 _starpu_job_get_task_name
[1484]
0.00 0.00 31468/31468
_starpu_set_local_worker_status [1486]
0.00 0.00 26827/26827
_starpu_decrement_nsubmitted_tasks_of_sched_ctx [1492]
0.00 0.00 26011/26013 _starpu_task_destroy [1495]
0.00 0.00 25990/25990
_starpu_decrement_nready_tasks_of_sched_ctx [1496]
0.00 0.00 25499/25499
_starpu_release_task_enforce_sequential_consistency [1497]
0.00 0.00 25268/25268 _starpu_notify_dependencies
[1498]
0.00 0.00 18843/18856 starpu_task_get_current [148]
0.00 0.00 18056/32738
_starpu_release_data_enforce_sequential_consistency [1485]
-----------------------------------------------
0.00 0.00 14/34
_starpu_conf_check_environment [83]
0.00 0.00 20/34 starpu_conf_init [81]
[78] 0.0 0.00 0.01 34 starpu_get_env_number [78]
0.01 0.00 34/94 starpu_getenv [48]
-----------------------------------------------
0.01 0.00 1/1 starpu_mpi_init_conf [22]
[79] 0.0 0.01 0.00 1 starpu_init [79]
-----------------------------------------------
<spontaneous>
[80] 0.0 0.01 0.00 ws_push_task [80]
-----------------------------------------------
0.00 0.00 1/1 starpu_mpi_init_conf [22]
[81] 0.0 0.00 0.00 1 starpu_conf_init [81]
0.00 0.00 20/34 starpu_get_env_number [78]
0.00 0.00 2/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[82] 0.0 0.00 0.00 1 _starpu_build_topology [82]
0.00 0.00 1/1 _starpu_memory_nodes_init
[87]
0.00 0.00 5/94 starpu_getenv [48]
0.00 0.00 11/15
_starpu_get_logical_numa_node_worker [94]
0.00 0.00 1/1 _starpu_datastats_init [111]
0.00 0.00 1/1 _starpu_memory_node_register
[114]
0.00 0.00 1/1
_starpu_cpu_get_global_mem_size [108]
0.00 0.00 1/3
_starpu_topology_get_nnumanodes [99]
0.00 0.00 11/14
_starpu_memory_node_register_condition [1532]
0.00 0.00 11/11
_starpu_worker_drives_memory_node [1547]
0.00 0.00 11/11 starpu_worker_get_type [166]
0.00 0.00 1/1
_starpu_initialize_busid_matrix [1615]
0.00 0.00 1/1
_starpu_memory_manager_set_global_memory_size [1619]
0.00 0.00 1/1 _starpu_mem_chunk_init_last
[1617]
0.00 0.00 1/1 _starpu_topology_count_ngpus
[1642]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[83] 0.0 0.00 0.00 1 _starpu_conf_check_environment
[83]
0.00 0.00 14/34 starpu_get_env_number [78]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[84] 0.0 0.00 0.00 1
_starpu_initialize_registered_performance_models [84]
0.00 0.00 7/94 starpu_getenv [48]
0.00 0.00 1/1 starpu_perfmodel_initialize
[190]
-----------------------------------------------
0.00 0.00 2/6 _starpu_init_sched_policy
[29]
0.00 0.00 4/6 _starpu_sched_init [88]
[85] 0.0 0.00 0.00 6 starpu_get_env_number [85]
0.00 0.00 6/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 _starpu_memory_nodes_init
[87]
[86] 0.0 0.00 0.00 1 _starpu_init_mem_chunk_lists [86]
0.00 0.00 6/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 _starpu_build_topology [82]
[87] 0.0 0.00 0.00 1 _starpu_memory_nodes_init [87]
0.00 0.00 1/1 _starpu_init_mem_chunk_lists
[86]
0.00 0.00 1/1
_starpu_init_data_request_lists [1611]
0.00 0.00 1/1 _starpu_memory_manager_init
[1618]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[88] 0.0 0.00 0.00 1 _starpu_sched_init [88]
0.00 0.00 4/6 starpu_get_env_number [85]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 4/4 _starpu_task_init [90]
[89] 0.0 0.00 0.00 4 starpu_get_env_number [89]
0.00 0.00 4/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[90] 0.0 0.00 0.00 1 _starpu_task_init [90]
0.00 0.00 4/4 starpu_get_env_number [89]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[91] 0.0 0.00 0.00 1 _starpu_fxt_init_profiling [91]
0.00 0.00 1/1
_starpu_profile_set_tracefile [96]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/2 starpu_fxt_is_enabled [100]
0.00 0.00 1/2 _starpu_stop_fxt_profiling
[118]
[92] 0.0 0.00 0.00 2 starpu_get_env_number [92]
0.00 0.00 2/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 2/2 _starpu_mpi_env_init [97]
[93] 0.0 0.00 0.00 2 starpu_get_env_number [93]
0.00 0.00 2/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/15
_starpu_topology_get_nnumanodes [99]
0.00 0.00 3/15 _starpu_driver_start [121]
0.00 0.00 11/15 _starpu_build_topology [82]
[94] 0.0 0.00 0.00 15
_starpu_get_logical_numa_node_worker [94]
0.00 0.00 2/94 starpu_getenv [48]
0.00 0.00 1/1
_starpu_allocate_topology_userdata [1597]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[95] 0.0 0.00 0.00 1 _starpu_init_all_sched_ctxs [95]
0.00 0.00 1/1
starpu_get_env_float_default.constprop.0 [101]
0.00 0.00 1/1
starpu_get_env_number.constprop.0 [103]
-----------------------------------------------
0.00 0.00 1/1 _starpu_fxt_init_profiling
[91]
[96] 0.0 0.00 0.00 1 _starpu_profile_set_tracefile
[96]
0.00 0.00 2/94 starpu_getenv [48]
-----------------------------------------------
<spontaneous>
[97] 0.0 0.00 0.00 _starpu_mpi_env_init [97]
0.00 0.00 2/2 starpu_get_env_number [93]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[98] 0.0 0.00 0.00 1
_starpu_load_bus_performance_files [98]
0.00 0.00 1/1 _starpu_set_perf_model_dirs
[117]
0.00 0.00 1/3
_starpu_topology_get_nnumanodes [99]
0.00 0.00 1/1 check_bus_config_file [122]
0.00 0.00 3/8 get_bus_path [168]
0.00 0.00 1/2
_starpu_create_sampling_directory_if_needed [1579]
0.00 0.00 1/1 load_bus_latency_file [184]
0.00 0.00 1/1 load_bus_bandwidth_file [182]
-----------------------------------------------
0.00 0.00 1/3 _starpu_build_topology [82]
0.00 0.00 1/3 check_bus_config_file [122]
0.00 0.00 1/3
_starpu_load_bus_performance_files [98]
[99] 0.0 0.00 0.00 3 _starpu_topology_get_nnumanodes
[99]
0.00 0.00 1/94 starpu_getenv [48]
0.00 0.00 1/15
_starpu_get_logical_numa_node_worker [94]
-----------------------------------------------
0.00 0.00 1/1
_starpu_mpi_progress_shutdown [115]
[100] 0.0 0.00 0.00 1 starpu_fxt_is_enabled [100]
0.00 0.00 1/2 starpu_get_env_number [92]
-----------------------------------------------
0.00 0.00 1/1 _starpu_init_all_sched_ctxs
[95]
[101] 0.0 0.00 0.00 1
starpu_get_env_float_default.constprop.0 [101]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 _starpu_data_interface_init
[109]
[102] 0.0 0.00 0.00 1 starpu_get_env_number [102]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 _starpu_init_all_sched_ctxs
[95]
[103] 0.0 0.00 0.00 1
starpu_get_env_number.constprop.0 [103]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 _starpu_job_init [112]
[104] 0.0 0.00 0.00 1
starpu_get_env_number.constprop.0 [104]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[105] 0.0 0.00 0.00 1
starpu_profiling_bus_helper_display_summary [105]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[106] 0.0 0.00 0.00 1
starpu_profiling_worker_helper_display_summary [106]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
<spontaneous>
[107] 0.0 0.00 0.00 starpu_mpi_shutdown [107]
0.00 0.00 1/1
_starpu_mpi_progress_shutdown [115]
-----------------------------------------------
0.00 0.00 1/1 _starpu_build_topology [82]
[108] 0.0 0.00 0.00 1 _starpu_cpu_get_global_mem_size
[108]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[109] 0.0 0.00 0.00 1 _starpu_data_interface_init [109]
0.00 0.00 1/1 starpu_get_env_number [102]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[110] 0.0 0.00 0.00 1 _starpu_data_interface_shutdown
[110]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 _starpu_build_topology [82]
[111] 0.0 0.00 0.00 1 _starpu_datastats_init [111]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[112] 0.0 0.00 0.00 1 _starpu_job_init [112]
0.00 0.00 1/1
starpu_get_env_number.constprop.0 [104]
-----------------------------------------------
0.00 0.00 1/1 _starpu_memory_node_register
[114]
[113] 0.0 0.00 0.00 1 _starpu_malloc_init [113]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 _starpu_build_topology [82]
[114] 0.0 0.00 0.00 1 _starpu_memory_node_register
[114]
0.00 0.00 1/1 _starpu_malloc_init [113]
0.00 0.00 1/218150 _starpu_gettid [1471]
-----------------------------------------------
0.00 0.00 1/1 starpu_mpi_shutdown [107]
[115] 0.0 0.00 0.00 1 _starpu_mpi_progress_shutdown
[115]
0.00 0.00 1/1 starpu_fxt_is_enabled [100]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[116] 0.0 0.00 0.00 1 _starpu_select_sched_policy [116]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
1 _starpu_set_perf_model_dirs
[117]
0.00 0.00 1/1
_starpu_load_bus_performance_files [98]
[117] 0.0 0.00 0.00 1+1 _starpu_set_perf_model_dirs [117]
0.00 0.00 1/94 starpu_getenv [48]
0.00 0.00 3/3 _starpu_mkpath_and_check
[1570]
0.00 0.00 1/1 _starpu_get_home_path [1609]
0.00 0.00 1/4 _starpu_mkpath [1558]
1 _starpu_set_perf_model_dirs
[117]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[118] 0.0 0.00 0.00 1 _starpu_stop_fxt_profiling [118]
0.00 0.00 1/2 starpu_get_env_number [92]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[119] 0.0 0.00 0.00 1 _starpu_watchdog_shutdown [119]
0.00 0.00 1/94 starpu_getenv [48]
-----------------------------------------------
0.00 0.00 1/1 _starpu_cpu_worker [1]
[120] 0.0 0.00 0.00 1 _starpu_cpu_driver_init [120]
0.00 0.00 4/4 _starpu_driver_start [121]
0.00 0.00 5/10592117
starpu_pthread_mutex_unlock_sched [25]
0.00 0.00 2/10603601
starpu_pthread_mutex_lock_sched [15]
0.00 0.00 4/218150 _starpu_gettid [1471]
-----------------------------------------------
0.00 0.00 4/4 _starpu_cpu_driver_init [120]
[121] 0.0 0.00 0.00 4 _starpu_driver_start [121]
0.00 0.00 3/15
_starpu_get_logical_numa_node_worker [94]
0.00 0.00 5/5 _starpu_worker_start [1556]
0.00 0.00 3/3 _starpu_bind_thread_on_cpu
[1563]
0.00 0.00 3/218150 _starpu_gettid [1471]
-----------------------------------------------
0.00 0.00 1/1
_starpu_load_bus_performance_files [98]
[122] 0.0 0.00 0.00 1 check_bus_config_file [122]
0.00 0.00 1/3
_starpu_topology_get_nnumanodes [99]
0.00 0.00 7/15 _starpu_drop_comments [1531]
0.00 0.00 6/6
compare_value_and_recalibrate [172]
0.00 0.00 1/8 get_bus_path [168]
0.00 0.00 1/3 _starpu_frdlock [1566]
0.00 0.00 1/1 _starpu_topology_get_nhwcpu
[1643]
0.00 0.00 1/3 _starpu_frdunlock [1567]
-----------------------------------------------
<spontaneous>
[123] 0.0 0.00 0.00 starpu_data_unregister [123]
0.00 0.00 3/3 _starpu_data_unregister [124]
-----------------------------------------------
0.00 0.00 3/3 starpu_data_unregister [123]
[124] 0.0 0.00 0.00 3 _starpu_data_unregister [124]
0.00 0.00 5/5
_starpu_data_wait_until_available [125]
0.00 0.00 2/2
_starpu_check_if_valid_and_fetch_data_on_node [126]
0.00 0.00 9/12034
starpu_data_handle_to_pointer [149]
0.00 0.00 7/9
_starpu_worker_may_perform_blocking_calls [1551]
0.00 0.00 3/3
vector_interface_get_alloc_size [178]
0.00 0.00 2/2 _starpu_data_get_alloc_size
[1581]
0.00 0.00 2/2 _starpu_memory_stats_free
[1583]
0.00 0.00 2/2 _starpu_data_clear_implicit
[1580]
0.00 0.00 1/1 _starpu_data_free_interfaces
[1598]
-----------------------------------------------
0.00 0.00 5/5 _starpu_data_unregister [124]
[125] 0.0 0.00 0.00 5
_starpu_data_wait_until_available [125]
0.00 0.00 5/24554
_starpu_task_submit_internally [38]
0.00 0.00 4/31562 starpu_task_create [61]
0.00 0.00 2/20048
_starpu_detect_implicit_data_deps_with_handle [128]
0.00 0.00 2/2 starpu_task_wait [181]
0.00 0.00 1/23385 _starpu_job_create [1500]
-----------------------------------------------
0.00 0.00 2/2 _starpu_data_unregister [124]
[126] 0.0 0.00 0.00 2
_starpu_check_if_valid_and_fetch_data_on_node [126]
0.00 0.00 5/12270 _starpu_fetch_data_on_node
[67]
0.00 0.00 3/13967 _starpu_release_data_on_node
[1516]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[127] 0.0 0.00 0.00 1 starpu_wake_all_blocked_workers
[127]
0.00 0.00 20/10603601
starpu_pthread_mutex_lock_sched [15]
0.00 0.00 21/10592117
starpu_pthread_mutex_unlock_sched [25]
-----------------------------------------------
0.00 0.00 2/20048
_starpu_data_wait_until_available [125]
0.00 0.00 20046/20048
starpu_data_acquire_on_node_cb_sequential_consistency_sync_jobids [41]
[128] 0.0 0.00 0.00 20048
_starpu_detect_implicit_data_deps_with_handle [128]
0.00 0.00 1/31562 starpu_task_create [61]
0.00 0.00 20106/20106 _starpu_add_accessor [1508]
0.00 0.00 15078/15078 _starpu_mpi_data_flush [1514]
0.00 0.00 11398/11398 _starpu_bound_task_dep [1523]
0.00 0.00 1/1 _starpu_add_sync_task [1596]
-----------------------------------------------
0.00 0.00 1/1 _starpu_create_sched_ctx [28]
[129] 0.0 0.00 0.00 1
notify_workers_about_changing_ctx_done [129]
0.00 0.00 11/10603601
starpu_pthread_mutex_lock_sched [15]
0.00 0.00 11/10592117
starpu_pthread_mutex_unlock_sched [25]
0.00 0.00 11/33
starpu_worker_is_combined_worker [159]
-----------------------------------------------
0.00 0.00 1/1 _starpu_create_sched_ctx [28]
[130] 0.0 0.00 0.00 1
notify_workers_about_changing_ctx_pending [130]
0.00 0.00 11/10603601
starpu_pthread_mutex_lock_sched [15]
0.00 0.00 11/10592117
starpu_pthread_mutex_unlock_sched [25]
0.00 0.00 11/33
starpu_worker_is_combined_worker [159]
-----------------------------------------------
0.00 0.00 1/1 _starpu_create_sched_ctx [28]
[131] 0.0 0.00 0.00 1 lws_add_workers [131]
0.00 0.00 1/1 ws_add_workers [134]
0.00 0.00 1/2430675
starpu_sched_ctx_get_policy_data [19]
0.00 0.00 121/1429 starpu_bindid_get_workerids
[153]
0.00 0.00 121/145 tree_remove [156]
0.00 0.00 121/145 tree_has_next [155]
0.00 0.00 11/13 tree_init_iterator [162]
0.00 0.00 11/11 starpu_tree_get [164]
0.00 0.00 11/11 starpu_worker_get_bindid
[165]
0.00 0.00 1/1
starpu_sched_ctx_get_worker_collection [193]
0.00 0.00 1/1
starpu_sched_ctx_get_workers_list_raw [195]
-----------------------------------------------
0.00 0.00 1/1 _starpu_deinit_sched_policy
[58]
[132] 0.0 0.00 0.00 1 deinit_ws_policy [132]
0.00 0.00 1/2430675
starpu_sched_ctx_get_policy_data [19]
-----------------------------------------------
0.00 0.00 1/1
_starpu_delete_all_sched_ctxs [57]
[133] 0.0 0.00 0.00 1 fstarpu_sched_ctx_create [133]
0.00 0.00 1/1 ws_remove_workers [135]
0.00 0.00 2/218150 _starpu_gettid [1471]
0.00 0.00 1/1
starpu_sched_ctx_get_workers_list [194]
-----------------------------------------------
0.00 0.00 1/1 lws_add_workers [131]
[134] 0.0 0.00 0.00 1 ws_add_workers [134]
0.00 0.00 1/2430675
starpu_sched_ctx_get_policy_data [19]
0.00 0.00 11/11
starpu_sched_ctx_worker_shares_tasks_lists [163]
-----------------------------------------------
0.00 0.00 1/1 fstarpu_sched_ctx_create
[133]
[135] 0.0 0.00 0.00 1 ws_remove_workers [135]
0.00 0.00 1/2430675
starpu_sched_ctx_get_policy_data [19]
-----------------------------------------------
0.00 0.00 6/91343
footprint_vector_interface_crc32 [170]
0.00 0.00 8/91343
vector_interface_get_alloc_size [178]
0.00 0.00 15/91343 register_vector_handle [179]
0.00 0.00 10715/91343 vector_interface_get_size
[150]
0.00 0.00 38767/91343 starpu_vector_get_elemsize
[139]
0.00 0.00 41832/91343 starpu_vector_get_nx [138]
[136] 0.0 0.00 0.00 91343
starpu_data_get_interface_on_node [136]
-----------------------------------------------
0.00 0.00 6/50362
_starpu_compute_data_footprint [1555]
0.00 0.00 18980/50362 _starpu_mpi_datatype_free
[1517]
0.00 0.00 31376/50362
_starpu_mpi_datatype_allocate [1489]
[137] 0.0 0.00 0.00 50362 starpu_data_get_interface_id
[137]
-----------------------------------------------
0.00 0.00 39907/39907 handle_to_datatype_vector
[141]
[138] 0.0 0.00 0.00 39907 starpu_vector_get_nx [138]
0.00 0.00 41832/91343
starpu_data_get_interface_on_node [136]
-----------------------------------------------
0.00 0.00 39695/39695 handle_to_datatype_vector
[141]
[139] 0.0 0.00 0.00 39695 starpu_vector_get_elemsize [139]
0.00 0.00 38767/91343
starpu_data_get_interface_on_node [136]
-----------------------------------------------
0.00 0.00 36345/36345 _starpu_task_destroy [1495]
[140] 0.0 0.00 0.00 36345 starpu_task_clean [140]
0.00 0.00 42650/42650 _starpu_job_destroy [1480]
-----------------------------------------------
0.00 0.00 35972/35972
_starpu_mpi_datatype_allocate [1489]
[141] 0.0 0.00 0.00 35972 handle_to_datatype_vector [141]
0.00 0.00 39907/39907 starpu_vector_get_nx [138]
0.00 0.00 39695/39695 starpu_vector_get_elemsize
[139]
-----------------------------------------------
0.00 0.00 15074/33749
_starpu_mpi_handle_request_termination [40]
0.00 0.00 18675/33749 _starpu_mpi_wait [1515]
[142] 0.0 0.00 0.00 33749 piom_spin_unlock [142]
-----------------------------------------------
0.00 0.00 4/29301 starpu_data_register [175]
0.00 0.00 9/29301
starpu_data_handle_to_pointer [149]
0.00 0.00 14365/29301 _starpu_mpi_irecv_size_func
[1525]
0.00 0.00 14923/29301 _starpu_mpi_isend_size_func
[1526]
[143] 0.0 0.00 0.00 29301 vector_to_pointer [143]
-----------------------------------------------
0.00 0.00 12076/25878 _starpu_mpi_wait [1515]
0.00 0.00 13802/25878
_starpu_mpi_handle_request_termination [40]
[144] 0.0 0.00 0.00 25878 piom_spin_lock [144]
-----------------------------------------------
22358
starpu_task_get_task_scheduled_succs [145]
0.00 0.00 25038/25038
_starpu_attempt_to_submit_data_request_from_apps [1506]
[145] 0.0 0.00 0.00 25038+22358
starpu_task_get_task_scheduled_succs [145]
22358
starpu_task_get_task_scheduled_succs [145]
-----------------------------------------------
0.00 0.00 23093/23093
starpu_data_handle_to_pointer [149]
[146] 0.0 0.00 0.00 23093
starpu_data_test_if_allocated_on_node [146]
-----------------------------------------------
0.00 0.00 23010/23010
_starpu_create_request_to_fetch_data [68]
[147] 0.0 0.00 0.00 23010 link_supports_direct_transfers
[147]
-----------------------------------------------
0.00 0.00 13/18856
_starpu_worker_may_perform_blocking_calls [1551]
0.00 0.00 18843/18856
_starpu_handle_job_termination [77]
[148] 0.0 0.00 0.00 18856 starpu_task_get_current [148]
-----------------------------------------------
10
starpu_data_handle_to_pointer [149]
0.00 0.00 2/12034 starpu_data_register [175]
0.00 0.00 9/12034 _starpu_data_unregister [124]
0.00 0.00 5993/12034 _starpu_mpi_isend_size_func
[1526]
0.00 0.00 6030/12034 _starpu_mpi_irecv_size_func
[1525]
[149] 0.0 0.00 0.00 12034+10 starpu_data_handle_to_pointer
[149]
0.00 0.00 23093/23093
starpu_data_test_if_allocated_on_node [146]
0.00 0.00 9/29301 vector_to_pointer [143]
0.00 0.00 9/13 _starpu_omp_get_task [1536]
10
starpu_data_handle_to_pointer [149]
-----------------------------------------------
0.00 0.00 2/9012 starpu_data_register [175]
0.00 0.00 9010/9012 _starpu_mpi_isend_data_func
[1512]
[150] 0.0 0.00 0.00 9012 vector_interface_get_size [150]
0.00 0.00 10715/91343
starpu_data_get_interface_on_node [136]
-----------------------------------------------
0.00 0.00 5986/5986 _starpu_mpi_isend_data_func
[1512]
[151] 0.0 0.00 0.00 5986 starpu_data_get_size [151]
-----------------------------------------------
0.00 0.00 2674/2674
_starpu_mpi_handle_request_termination [40]
[152] 0.0 0.00 0.00 2674 piom_sem_V [152]
-----------------------------------------------
0.00 0.00 22/1429 tree_get_next [160]
0.00 0.00 121/1429 lws_add_workers [131]
0.00 0.00 143/1429 starpu_tree_get_neighbour
[154]
0.00 0.00 275/1429 tree_remove [156]
0.00 0.00 312/1429 starpu_tree_reset_visited
[161]
0.00 0.00 556/1429 _starpu_push_local_task
[1528]
[153] 0.0 0.00 0.00 1429 starpu_bindid_get_workerids [153]
-----------------------------------------------
169 starpu_tree_get_neighbour
[154]
0.00 0.00 145/145 tree_remove [156]
[154] 0.0 0.00 0.00 145+169 starpu_tree_get_neighbour [154]
0.00 0.00 279/279 _starpu_push_local_task
[1528]
0.00 0.00 143/1429 starpu_bindid_get_workerids
[153]
169 starpu_tree_get_neighbour
[154]
-----------------------------------------------
0.00 0.00 12/145 _starpu_create_sched_ctx [28]
0.00 0.00 12/145
starpu_sched_ctx_get_workers_list [194]
0.00 0.00 121/145 lws_add_workers [131]
[155] 0.0 0.00 0.00 145 tree_has_next [155]
-----------------------------------------------
0.00 0.00 12/145 _starpu_create_sched_ctx [28]
0.00 0.00 12/145
starpu_sched_ctx_get_workers_list [194]
0.00 0.00 121/145 lws_add_workers [131]
[156] 0.0 0.00 0.00 145 tree_remove [156]
0.00 0.00 275/1429 starpu_bindid_get_workerids
[153]
0.00 0.00 145/145 starpu_tree_get_neighbour
[154]
0.00 0.00 13/13 starpu_tree_reset_visited
[161]
-----------------------------------------------
0.00 0.00 39/39 _fill_tree [1588]
[157] 0.0 0.00 0.00 39 starpu_tree_insert [157]
-----------------------------------------------
0.00 0.00 39/39 _fill_tree [1588]
[158] 0.0 0.00 0.00 39 starpu_tree_prepare_children
[158]
-----------------------------------------------
0.00 0.00 11/33
notify_workers_about_changing_ctx_pending [130]
0.00 0.00 11/33
notify_workers_about_changing_ctx_done [129]
0.00 0.00 11/33 _starpu_create_sched_ctx [28]
[159] 0.0 0.00 0.00 33 starpu_worker_is_combined_worker
[159]
-----------------------------------------------
0.00 0.00 11/22 _starpu_create_sched_ctx [28]
0.00 0.00 11/22
starpu_sched_ctx_get_workers_list [194]
[160] 0.0 0.00 0.00 22 tree_get_next [160]
0.00 0.00 22/1429 starpu_bindid_get_workerids
[153]
-----------------------------------------------
494 starpu_tree_reset_visited
[161]
0.00 0.00 13/13 tree_remove [156]
[161] 0.0 0.00 0.00 13+494 starpu_tree_reset_visited [161]
0.00 0.00 312/1429 starpu_bindid_get_workerids
[153]
494 starpu_tree_reset_visited
[161]
-----------------------------------------------
0.00 0.00 1/13 _starpu_create_sched_ctx [28]
0.00 0.00 1/13
starpu_sched_ctx_get_workers_list [194]
0.00 0.00 11/13 lws_add_workers [131]
[162] 0.0 0.00 0.00 13 tree_init_iterator [162]
-----------------------------------------------
0.00 0.00 11/11 ws_add_workers [134]
[163] 0.0 0.00 0.00 11
starpu_sched_ctx_worker_shares_tasks_lists [163]
-----------------------------------------------
203 starpu_tree_get [164]
0.00 0.00 11/11 lws_add_workers [131]
[164] 0.0 0.00 0.00 11+203 starpu_tree_get [164]
203 starpu_tree_get [164]
-----------------------------------------------
0.00 0.00 11/11 lws_add_workers [131]
[165] 0.0 0.00 0.00 11 starpu_worker_get_bindid [165]
-----------------------------------------------
0.00 0.00 11/11 _starpu_build_topology [82]
[166] 0.0 0.00 0.00 11 starpu_worker_get_type [166]
-----------------------------------------------
0.00 0.00 11/11 _starpu_create_sched_ctx [28]
[167] 0.0 0.00 0.00 11 tree_add [167]
-----------------------------------------------
0.00 0.00 1/8
load_bus_latency_file_content [185]
0.00 0.00 1/8
load_bus_bandwidth_file_content [183]
0.00 0.00 1/8 load_bus_latency_file [184]
0.00 0.00 1/8 load_bus_bandwidth_file [182]
0.00 0.00 1/8 check_bus_config_file [122]
0.00 0.00 3/8
_starpu_load_bus_performance_files [98]
[168] 0.0 0.00 0.00 8 get_bus_path [168]
0.00 0.00 8/8 _starpu_gethostname [1553]
0.00 0.00 8/8
_starpu_get_perf_model_dir_bus [1552]
-----------------------------------------------
0.00 0.00 8/8 _starpu_data_handle_init
[1582]
[169] 0.0 0.00 0.00 8 vector_init [169]
-----------------------------------------------
0.00 0.00 7/7
_starpu_compute_data_footprint [1555]
[170] 0.0 0.00 0.00 7 footprint_vector_interface_crc32
[170]
0.00 0.00 6/91343
starpu_data_get_interface_on_node [136]
-----------------------------------------------
0.00 0.00 7/7
_starpu_compute_data_footprint [1555]
[171] 0.0 0.00 0.00 7 starpu_hash_crc32c_be [171]
-----------------------------------------------
0.00 0.00 6/6 check_bus_config_file [122]
[172] 0.0 0.00 0.00 6 compare_value_and_recalibrate
[172]
-----------------------------------------------
0.00 0.00 5/5 _starpu_task_add_succ [1554]
[173] 0.0 0.00 0.00 5 create_cg_task [173]
-----------------------------------------------
0.00 0.00 4/4
_starpu_memory_reclaim_generic [1557]
[174] 0.0 0.00 0.00 4 flush_memchunk_cache [174]
0.00 0.00 1/1 _starpu_pthread_spin_do_lock
[1636]
-----------------------------------------------
0.00 0.00 4/4 starpu_vector_data_register
[1366]
[175] 0.0 0.00 0.00 4 starpu_data_register [175]
0.00 0.00 5/5
_starpu_compute_data_footprint [1555]
0.00 0.00 4/29301 vector_to_pointer [143]
0.00 0.00 3/3 _starpu_data_get_max_size
[1564]
0.00 0.00 3/3 describe [176]
0.00 0.00 3/3
_starpu_data_register_ram_pointer [1565]
0.00 0.00 2/2 _starpu_data_handle_init
[1582]
0.00 0.00 2/2 register_vector_handle [179]
0.00 0.00 2/9012 vector_interface_get_size
[150]
0.00 0.00 2/12034
starpu_data_handle_to_pointer [149]
0.00 0.00 1/1
starpu_data_get_default_sequential_consistency_flag [188]
-----------------------------------------------
0.00 0.00 3/3 starpu_data_register [175]
[176] 0.0 0.00 0.00 3 describe [176]
-----------------------------------------------
0.00 0.00 3/3
_starpu_memory_reclaim_generic [1557]
[177] 0.0 0.00 0.00 3 free_potentially_in_use_mc [177]
-----------------------------------------------
0.00 0.00 3/3 _starpu_data_unregister [124]
[178] 0.0 0.00 0.00 3 vector_interface_get_alloc_size
[178]
0.00 0.00 8/91343
starpu_data_get_interface_on_node [136]
-----------------------------------------------
0.00 0.00 2/2 starpu_data_register [175]
[179] 0.0 0.00 0.00 2 register_vector_handle [179]
0.00 0.00 15/91343
starpu_data_get_interface_on_node [136]
-----------------------------------------------
0.00 0.00 1/2 starpu_shutdown [56]
0.00 0.00 1/2 initialize_lws_policy [30]
[180] 0.0 0.00 0.00 2
starpu_memory_nodes_get_numa_count [180]
-----------------------------------------------
0.00 0.00 2/2
_starpu_data_wait_until_available [125]
[181] 0.0 0.00 0.00 2 starpu_task_wait [181]
0.00 0.00 4/4
_starpu_perf_counter_update_global_sample [1559]
0.00 0.00 2/9
_starpu_worker_may_perform_blocking_calls [1551]
0.00 0.00 2/218150 _starpu_gettid [1471]
0.00 0.00 2/26013 _starpu_task_destroy [1495]
0.00 0.00 1/1 _starpu_wait_job [1645]
-----------------------------------------------
0.00 0.00 1/1
_starpu_load_bus_performance_files [98]
[182] 0.0 0.00 0.00 1 load_bus_bandwidth_file [182]
0.00 0.00 1/8 get_bus_path [168]
0.00 0.00 1/1
load_bus_bandwidth_file_content [183]
-----------------------------------------------
0.00 0.00 1/1 load_bus_bandwidth_file [182]
[183] 0.0 0.00 0.00 1 load_bus_bandwidth_file_content
[183]
0.00 0.00 64/128 _starpu_read_double [1529]
0.00 0.00 4/15 _starpu_drop_comments [1531]
0.00 0.00 1/8 get_bus_path [168]
0.00 0.00 1/3 _starpu_frdlock [1566]
0.00 0.00 1/3 _starpu_frdunlock [1567]
-----------------------------------------------
0.00 0.00 1/1
_starpu_load_bus_performance_files [98]
[184] 0.0 0.00 0.00 1 load_bus_latency_file [184]
0.00 0.00 1/8 get_bus_path [168]
0.00 0.00 1/1
load_bus_latency_file_content [185]
-----------------------------------------------
0.00 0.00 1/1 load_bus_latency_file [184]
[185] 0.0 0.00 0.00 1 load_bus_latency_file_content
[185]
0.00 0.00 64/128 _starpu_read_double [1529]
0.00 0.00 4/15 _starpu_drop_comments [1531]
0.00 0.00 1/8 get_bus_path [168]
0.00 0.00 1/3 _starpu_frdlock [1566]
0.00 0.00 1/3 _starpu_frdunlock [1567]
-----------------------------------------------
0.00 0.00 1/1 initialize_lws_policy [30]
[186] 0.0 0.00 0.00 1 starpu_cpu_worker_get_count [186]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[187] 0.0 0.00 0.00 1 starpu_data_display_memory_stats
[187]
-----------------------------------------------
0.00 0.00 1/1 starpu_data_register [175]
[188] 0.0 0.00 0.00 1
starpu_data_get_default_sequential_consistency_flag [188]
-----------------------------------------------
0.00 0.00 1/1
_starpu_deinitialize_registered_performance_models [1602]
[189] 0.0 0.00 0.00 1
starpu_perfmodel_free_sampling_directories [189]
-----------------------------------------------
0.00 0.00 1/1
_starpu_initialize_registered_performance_models [84]
[190] 0.0 0.00 0.00 1 starpu_perfmodel_initialize [190]
0.00 0.00 1/2
_starpu_create_sampling_directory_if_needed [1579]
-----------------------------------------------
0.00 0.00 1/1 _starpu_init_sched_policy
[29]
[191] 0.0 0.00 0.00 1
starpu_sched_ctx_create_worker_collection [191]
0.00 0.00 1/1 tree_init [205]
-----------------------------------------------
0.00 0.00 1/1 _starpu_delete_sched_ctx [59]
[192] 0.0 0.00 0.00 1
starpu_sched_ctx_delete_worker_collection [192]
0.00 0.00 1/1 tree_deinit [204]
-----------------------------------------------
0.00 0.00 1/1 lws_add_workers [131]
[193] 0.0 0.00 0.00 1
starpu_sched_ctx_get_worker_collection [193]
-----------------------------------------------
0.00 0.00 1/1 fstarpu_sched_ctx_create
[133]
[194] 0.0 0.00 0.00 1
starpu_sched_ctx_get_workers_list [194]
0.00 0.00 12/145 tree_remove [156]
0.00 0.00 12/145 tree_has_next [155]
0.00 0.00 11/22 tree_get_next [160]
0.00 0.00 1/13 tree_init_iterator [162]
-----------------------------------------------
0.00 0.00 1/1 lws_add_workers [131]
[195] 0.0 0.00 0.00 1
starpu_sched_ctx_get_workers_list_raw [195]
-----------------------------------------------
0.00 0.00 1/1 initialize_ws_policy [33]
[196] 0.0 0.00 0.00 1
starpu_sched_ctx_max_priority_is_set [196]
-----------------------------------------------
0.00 0.00 1/1 initialize_ws_policy [33]
[197] 0.0 0.00 0.00 1
starpu_sched_ctx_min_priority_is_set [197]
-----------------------------------------------
0.00 0.00 1/1 initialize_ws_policy [33]
[198] 0.0 0.00 0.00 1
starpu_sched_ctx_set_max_priority [198]
-----------------------------------------------
0.00 0.00 1/1 initialize_ws_policy [33]
[199] 0.0 0.00 0.00 1
starpu_sched_ctx_set_min_priority [199]
-----------------------------------------------
0.00 0.00 1/1
_starpu__task_c__register_knobs [1592]
[200] 0.0 0.00 0.00 1 starpu_sched_get_max_priority
[200]
0.00 0.00 1/2
_starpu_sched_ctx_get_current_context [1585]
-----------------------------------------------
0.00 0.00 1/1
_starpu__task_c__register_knobs [1592]
[201] 0.0 0.00 0.00 1 starpu_sched_get_min_priority
[201]
0.00 0.00 1/2
_starpu_sched_ctx_get_current_context [1585]
-----------------------------------------------
38 starpu_tree_free [202]
0.00 0.00 1/1 starpu_shutdown [56]
[202] 0.0 0.00 0.00 1+38 starpu_tree_free [202]
38 starpu_tree_free [202]
-----------------------------------------------
0.00 0.00 1/1 tree_init [205]
[203] 0.0 0.00 0.00 1 starpu_workers_get_tree [203]
-----------------------------------------------
0.00 0.00 1/1
starpu_sched_ctx_delete_worker_collection [192]
[204] 0.0 0.00 0.00 1 tree_deinit [204]
-----------------------------------------------
0.00 0.00 1/1
starpu_sched_ctx_create_worker_collection [191]
[205] 0.0 0.00 0.00 1 tree_init [205]
0.00 0.00 1/1 starpu_workers_get_tree [203]
-----------------------------------------------
0.00 0.00 1/218150 _starpu_worker_start [1556]
0.00 0.00 1/218150 _starpu_memory_node_register
[114]
0.00 0.00 2/218150 starpu_task_wait [181]
0.00 0.00 2/218150 _starpu_init_sched_policy
[29]
0.00 0.00 2/218150 _starpu_deinit_sched_policy
[58]
0.00 0.00 2/218150 _starpu_create_sched_ctx [28]
0.00 0.00 2/218150 fstarpu_sched_ctx_create
[133]
0.00 0.00 3/218150 _starpu_driver_start [121]
0.00 0.00 4/218150 _starpu_cpu_driver_init [120]
0.00 0.00 5/218150 _starpu_cpu_driver_deinit
[42]
0.00 0.00 5/218150
_starpu_worker_set_status_sleeping [14]
0.00 0.00 8/218150 _starpu_cpu_worker [1]
0.00 0.00 11987/218150 _starpu_mpi_irecv_data_func
[1513]
0.00 0.00 12018/218150 starpu_mpi_isend_prio [52]
0.00 0.00 12050/218150 starpu_mpi_irecv [50]
0.00 0.00 13742/218150
_starpu_mpi_handle_request_termination [40]
0.00 0.00 17616/218150 _starpu_mpi_isend_data_func
[1512]
0.00 0.00 75340/218150
_starpu_handle_job_termination [77]
0.00 0.00 75360/218150 _starpu_task_submit [37]
[1471] 0.0 0.00 0.00 218150 _starpu_gettid [1471]
-----------------------------------------------
0.00 0.00 55494/130944
_starpu_increment_nready_tasks_of_sched_ctx [1476]
0.00 0.00 75450/130944 _starpu_submit_job [49]
[1472] 0.0 0.00 0.00 130944
_starpu_barrier_counter_increment [1472]
-----------------------------------------------
0.00 0.00 26001/72153
_starpu_decrement_nsubmitted_tasks_of_sched_ctx [1492]
0.00 0.00 46152/72153
_starpu_decrement_nready_tasks_of_sched_ctx [1496]
[1473] 0.0 0.00 0.00 72153
_starpu_barrier_counter_decrement_until_empty_counter [1473]
-----------------------------------------------
0.00 0.00 66708/66708 _starpu_submit_job [49]
[1474] 0.0 0.00 0.00 66708
_starpu_increment_nsubmitted_tasks_of_sched_ctx [1474]
-----------------------------------------------
0.00 0.00 63554/63554
_starpu_enforce_deps_and_schedule [76]
[1475] 0.0 0.00 0.00 63554
_starpu_not_all_task_deps_are_fulfilled [1475]
-----------------------------------------------
0.00 0.00 55215/55215 _starpu_repush_task [75]
[1476] 0.0 0.00 0.00 55215
_starpu_increment_nready_tasks_of_sched_ctx [1476]
0.00 0.00 55494/130944
_starpu_barrier_counter_increment [1472]
-----------------------------------------------
0.00 0.00 50927/50927 _starpu_submit_job [49]
[1477] 0.0 0.00 0.00 50927 _starpu_bound_record [1477]
-----------------------------------------------
0.00 0.00 45626/45626
_starpu_enforce_deps_and_schedule [76]
[1478] 0.0 0.00 0.00 45626 _starpu_push_task [1478]
-----------------------------------------------
0.00 0.00 43840/43840 _starpu_notify_dependencies
[1498]
[1479] 0.0 0.00 0.00 43840 _starpu_notify_cg_list [1479]
0.00 0.00 1/1 _starpu_notify_cg [1623]
-----------------------------------------------
0.00 0.00 42650/42650 starpu_task_clean [140]
[1480] 0.0 0.00 0.00 42650 _starpu_job_destroy [1480]
0.00 0.00 26181/26181 _starpu_cg_list_deinit [1494]
-----------------------------------------------
0.00 0.00 39590/39590 _starpu_notify_dependencies
[1498]
[1481] 0.0 0.00 0.00 39590 _starpu_notify_task_dependencies
[1481]
-----------------------------------------------
0.00 0.00 38084/38084
_starpu_handle_job_termination [77]
[1482] 0.0 0.00 0.00 38084 _starpu_set_current_task [1482]
-----------------------------------------------
0.00 0.00 37533/37533
_starpu_decrement_nsubmitted_tasks_of_sched_ctx [1492]
[1483] 0.0 0.00 0.00 37533
_starpu_barrier_counter_get_reached_start [1483]
-----------------------------------------------
0.00 0.00 33571/33571
_starpu_handle_job_termination [77]
[1484] 0.0 0.00 0.00 33571 _starpu_job_get_task_name [1484]
-----------------------------------------------
0.00 0.00 14682/32738
_starpu_unlock_post_sync_tasks [55]
0.00 0.00 18056/32738
_starpu_handle_job_termination [77]
[1485] 0.0 0.00 0.00 32738
_starpu_release_data_enforce_sequential_consistency [1485]
-----------------------------------------------
0.00 0.00 31468/31468
_starpu_handle_job_termination [77]
[1486] 0.0 0.00 0.00 31468 _starpu_set_local_worker_status
[1486]
-----------------------------------------------
0.00 0.00 31245/31245
_starpu_enforce_deps_and_schedule [76]
[1487] 0.0 0.00 0.00 31245
_starpu_submit_job_enforce_data_deps [1487]
-----------------------------------------------
0.00 0.00 29992/29992 _starpu_mpi_request_destroy
[1504]
[1488] 0.0 0.00 0.00 29992
_starpu_mpi_nmad_backend_request_destroy [1488]
-----------------------------------------------
0.00 0.00 13432/27958 _starpu_mpi_irecv_size_func
[1525]
0.00 0.00 14526/27958 _starpu_mpi_isend_size_func
[1526]
[1489] 0.0 0.00 0.00 27958 _starpu_mpi_datatype_allocate
[1489]
0.00 0.00 35972/35972 handle_to_datatype_vector
[141]
0.00 0.00 31376/50362 starpu_data_get_interface_id
[137]
-----------------------------------------------
0.00 0.00 27473/27473 _starpu_task_submit [37]
[1490] 0.0 0.00 0.00 27473
_starpu_allocate_profiling_info_if_needed [1490]
-----------------------------------------------
0.00 0.00 26931/26931 _starpu_task_submit [37]
[1491] 0.0 0.00 0.00 26931 _starpu_task_submit_head [1491]
-----------------------------------------------
0.00 0.00 26827/26827
_starpu_handle_job_termination [77]
[1492] 0.0 0.00 0.00 26827
_starpu_decrement_nsubmitted_tasks_of_sched_ctx [1492]
0.00 0.00 37533/37533
_starpu_barrier_counter_get_reached_start [1483]
0.00 0.00 26001/72153
_starpu_barrier_counter_decrement_until_empty_counter [1473]
-----------------------------------------------
0.00 0.00 26818/26818 _starpu_submit_job [49]
[1493] 0.0 0.00 0.00 26818 _starpu_handle_job_submission
[1493]
-----------------------------------------------
0.00 0.00 26181/26181 _starpu_job_destroy [1480]
[1494] 0.0 0.00 0.00 26181 _starpu_cg_list_deinit [1494]
-----------------------------------------------
0.00 0.00 2/26013 starpu_task_wait [181]
0.00 0.00 26011/26013
_starpu_handle_job_termination [77]
[1495] 0.0 0.00 0.00 26013 _starpu_task_destroy [1495]
0.00 0.00 36345/36345 starpu_task_clean [140]
-----------------------------------------------
0.00 0.00 25990/25990
_starpu_handle_job_termination [77]
[1496] 0.0 0.00 0.00 25990
_starpu_decrement_nready_tasks_of_sched_ctx [1496]
0.00 0.00 46152/72153
_starpu_barrier_counter_decrement_until_empty_counter [1473]
-----------------------------------------------
0.00 0.00 25499/25499
_starpu_handle_job_termination [77]
[1497] 0.0 0.00 0.00 25499
_starpu_release_task_enforce_sequential_consistency [1497]
-----------------------------------------------
0.00 0.00 25268/25268
_starpu_handle_job_termination [77]
[1498] 0.0 0.00 0.00 25268 _starpu_notify_dependencies
[1498]
0.00 0.00 43840/43840 _starpu_notify_cg_list [1479]
0.00 0.00 39590/39590
_starpu_notify_task_dependencies [1481]
-----------------------------------------------
0.00 0.00 24254/24254
starpu_data_acquire_on_node_cb_sequential_consistency_sync_jobids [41]
[1499] 0.0 0.00 0.00 24254 _starpu_data_check_initialized
[1499]
-----------------------------------------------
0.00 0.00 1/23385 _starpu_add_sync_task [1596]
0.00 0.00 1/23385
_starpu_data_wait_until_available [125]
0.00 0.00 23383/23385
starpu_data_acquire_on_node_cb_sequential_consistency_sync_jobids [41]
[1500] 0.0 0.00 0.00 23385 _starpu_job_create [1500]
0.00 0.00 22973/22973 _starpu_cg_list_init [1502]
-----------------------------------------------
0.00 0.00 23270/23270 _starpu_mpi_request_fill
[1509]
[1501] 0.0 0.00 0.00 23270 _starpu_mpi_request_init [1501]
-----------------------------------------------
0.00 0.00 22973/22973 _starpu_job_create [1500]
[1502] 0.0 0.00 0.00 22973 _starpu_cg_list_init [1502]
-----------------------------------------------
0.00 0.00 22260/22260
_starpu_data_acquire_fetch_data_callback [1520]
[1503] 0.0 0.00 0.00 22260 _starpu_add_post_sync_tasks
[1503]
-----------------------------------------------
0.00 0.00 21745/21745 _starpu_mpi_wait [1515]
[1504] 0.0 0.00 0.00 21745 _starpu_mpi_request_destroy
[1504]
0.00 0.00 29992/29992
_starpu_mpi_nmad_backend_request_destroy [1488]
-----------------------------------------------
0.00 0.00 21120/21120 _starpu_mpi_datatype_free
[1517]
[1505] 0.0 0.00 0.00 21120
_starpu_mpi_handle_free_simple_datatype [1505]
-----------------------------------------------
0.00 0.00 21084/21084
starpu_data_acquire_cb_pre_sync_callback [74]
[1506] 0.0 0.00 0.00 21084
_starpu_attempt_to_submit_data_request_from_apps [1506]
0.00 0.00 25038/25038
starpu_task_get_task_scheduled_succs [145]
-----------------------------------------------
0.00 0.00 20298/20298 _starpu_mpi_isend_data_func
[1512]
[1507] 0.0 0.00 0.00 20298 _starpu_mpi_comm_amounts_inc
[1507]
-----------------------------------------------
0.00 0.00 20106/20106
_starpu_detect_implicit_data_deps_with_handle [128]
[1508] 0.0 0.00 0.00 20106 _starpu_add_accessor [1508]
0.00 0.00 5936/12075 _starpu_bound_job_id_dep
[1521]
0.00 0.00 7/7 _starpu_task_add_succ [1554]
0.00 0.00 4/4
_starpu_task_declare_deps_array [1562]
-----------------------------------------------
0.00 0.00 18573/18573 _starpu_mpi_data_clear [32]
[1509] 0.0 0.00 0.00 18573 _starpu_mpi_request_fill [1509]
0.00 0.00 23270/23270 _starpu_mpi_request_init
[1501]
0.00 0.00 11461/11461
_starpu_mpi_nmad_backend_request_fill [1522]
0.00 0.00 11049/11049
_starpu_mpi_nmad_backend_request_init [1524]
-----------------------------------------------
0.00 0.00 16997/16997 _starpu_release_data_on_node
[1516]
[1510] 0.0 0.00 0.00 16997 _starpu_notify_data_dependencies
[1510]
-----------------------------------------------
0.00 0.00 1/16208 starpu_initialize [26]
0.00 0.00 16207/16208 starpu_timing_now [1323]
[1511] 0.0 0.00 0.00 16208 _starpu_clock_gettime [1511]
-----------------------------------------------
0.00 0.00 15756/15756
_starpu_mpi_submit_ready_request [1518]
[1512] 0.0 0.00 0.00 15756 _starpu_mpi_isend_data_func
[1512]
0.00 0.00 20298/20298 _starpu_mpi_comm_amounts_inc
[1507]
0.00 0.00 17616/218150 _starpu_gettid [1471]
0.00 0.00 9010/9012 vector_interface_get_size
[150]
0.00 0.00 5986/5986 starpu_data_get_size [151]
0.00 0.00 5900/5900
_starpu_mpi_handle_pending_request [1527]
-----------------------------------------------
0.00 0.00 15197/15197
_starpu_mpi_submit_ready_request [1518]
[1513] 0.0 0.00 0.00 15197 _starpu_mpi_irecv_data_func
[1513]
0.00 0.00 11987/218150 _starpu_gettid [1471]
-----------------------------------------------
0.00 0.00 15078/15078
_starpu_detect_implicit_data_deps_with_handle [128]
[1514] 0.0 0.00 0.00 15078 _starpu_mpi_data_flush [1514]
-----------------------------------------------
0.00 0.00 7183/14600 starpu_mpi_recv [51]
0.00 0.00 7417/14600 starpu_mpi_send_prio [53]
[1515] 0.0 0.00 0.00 14600 _starpu_mpi_wait [1515]
0.00 0.00 21745/21745 _starpu_mpi_request_destroy
[1504]
0.00 0.00 18675/33749 piom_spin_unlock [142]
0.00 0.00 12076/25878 piom_spin_lock [144]
-----------------------------------------------
0.00 0.00 3/13967
_starpu_check_if_valid_and_fetch_data_on_node [126]
0.00 0.00 13964/13967 starpu_data_release_on_node
[54]
[1516] 0.0 0.00 0.00 13967 _starpu_release_data_on_node
[1516]
0.00 0.00 16997/16997
_starpu_notify_data_dependencies [1510]
-----------------------------------------------
0.00 0.00 13541/13541
_starpu_mpi_handle_request_termination [40]
[1517] 0.0 0.00 0.00 13541 _starpu_mpi_datatype_free [1517]
0.00 0.00 21120/21120
_starpu_mpi_handle_free_simple_datatype [1505]
0.00 0.00 18980/50362 starpu_data_get_interface_id
[137]
-----------------------------------------------
0.00 0.00 12961/12961
_starpu_data_acquire_fetch_data_callback [1520]
[1518] 0.0 0.00 0.00 12961 _starpu_mpi_submit_ready_request
[1518]
0.00 0.00 15756/15756 _starpu_mpi_isend_data_func
[1512]
0.00 0.00 15197/15197 _starpu_mpi_irecv_data_func
[1513]
0.00 0.00 9330/9330 _starpu_mpi_irecv_size_func
[1525]
0.00 0.00 9198/9198 _starpu_mpi_isend_size_func
[1526]
-----------------------------------------------
0.00 0.00 12222/12222
_starpu_data_acquire_fetch_data_callback [1520]
[1519] 0.0 0.00 0.00 12222
_starpu_data_acquire_wrapper_fini [1519]
-----------------------------------------------
0.00 0.00 12158/12158
_starpu_create_request_to_fetch_data [68]
[1520] 0.0 0.00 0.00 12158
_starpu_data_acquire_fetch_data_callback [1520]
0.00 0.00 22260/22260 _starpu_add_post_sync_tasks
[1503]
0.00 0.00 12961/12961
_starpu_mpi_submit_ready_request [1518]
0.00 0.00 12222/12222
_starpu_data_acquire_wrapper_fini [1519]
-----------------------------------------------
0.00 0.00 5936/12075 _starpu_add_accessor [1508]
0.00 0.00 6139/12075 _starpu_add_sync_task [1596]
[1521] 0.0 0.00 0.00 12075 _starpu_bound_job_id_dep [1521]
-----------------------------------------------
0.00 0.00 11461/11461 _starpu_mpi_request_fill
[1509]
[1522] 0.0 0.00 0.00 11461
_starpu_mpi_nmad_backend_request_fill [1522]
-----------------------------------------------
0.00 0.00 11398/11398
_starpu_detect_implicit_data_deps_with_handle [128]
[1523] 0.0 0.00 0.00 11398 _starpu_bound_task_dep [1523]
-----------------------------------------------
0.00 0.00 11049/11049 _starpu_mpi_request_fill
[1509]
[1524] 0.0 0.00 0.00 11049
_starpu_mpi_nmad_backend_request_init [1524]
-----------------------------------------------
0.00 0.00 9330/9330
_starpu_mpi_submit_ready_request [1518]
[1525] 0.0 0.00 0.00 9330 _starpu_mpi_irecv_size_func
[1525]
0.00 0.00 14365/29301 vector_to_pointer [143]
0.00 0.00 13432/27958
_starpu_mpi_datatype_allocate [1489]
0.00 0.00 6030/12034
starpu_data_handle_to_pointer [149]
-----------------------------------------------
0.00 0.00 9198/9198
_starpu_mpi_submit_ready_request [1518]
[1526] 0.0 0.00 0.00 9198 _starpu_mpi_isend_size_func
[1526]
0.00 0.00 14923/29301 vector_to_pointer [143]
0.00 0.00 14526/27958
_starpu_mpi_datatype_allocate [1489]
0.00 0.00 5993/12034
starpu_data_handle_to_pointer [149]
-----------------------------------------------
0.00 0.00 5900/5900 _starpu_mpi_isend_data_func
[1512]
[1527] 0.0 0.00 0.00 5900
_starpu_mpi_handle_pending_request [1527]
-----------------------------------------------
93 _starpu_push_local_task
[1528]
0.00 0.00 279/279 starpu_tree_get_neighbour
[154]
[1528] 0.0 0.00 0.00 279+93 _starpu_push_local_task [1528]
0.00 0.00 556/1429 starpu_bindid_get_workerids
[153]
93 _starpu_push_local_task
[1528]
-----------------------------------------------
0.00 0.00 64/128
load_bus_latency_file_content [185]
0.00 0.00 64/128
load_bus_bandwidth_file_content [183]
[1529] 0.0 0.00 0.00 128 _starpu_read_double [1529]
-----------------------------------------------
0.00 0.00 3/16 _unregister_counter_scope
[1572]
0.00 0.00 3/16
_starpu_perf_counter_register_updater [1571]
0.00 0.00 10/16
_starpu_perf_counter_register [1549]
[1530] 0.0 0.00 0.00 16 _get_counters [1530]
-----------------------------------------------
0.00 0.00 4/15
load_bus_latency_file_content [185]
0.00 0.00 4/15
load_bus_bandwidth_file_content [183]
0.00 0.00 7/15 check_bus_config_file [122]
[1531] 0.0 0.00 0.00 15 _starpu_drop_comments [1531]
-----------------------------------------------
0.00 0.00 3/14 starpu_initialize [26]
0.00 0.00 11/14 _starpu_build_topology [82]
[1532] 0.0 0.00 0.00 14
_starpu_memory_node_register_condition [1532]
-----------------------------------------------
0.00 0.00 3/13 _unregister_knob_scope [1573]
0.00 0.00 10/13 _starpu_perf_knob_register
[1550]
[1533] 0.0 0.00 0.00 13 _get_knobs [1533]
-----------------------------------------------
0.00 0.00 2/13 _starpu_create_sched_ctx [28]
0.00 0.00 11/13 _starpu_worker_init [1548]
[1534] 0.0 0.00 0.00 13 _starpu_barrier_counter_init
[1534]
0.00 0.00 13/13 _starpu_barrier_init [1535]
-----------------------------------------------
0.00 0.00 13/13 _starpu_barrier_counter_init
[1534]
[1535] 0.0 0.00 0.00 13 _starpu_barrier_init [1535]
-----------------------------------------------
0.00 0.00 4/13
_starpu_data_register_ram_pointer [1565]
0.00 0.00 9/13
starpu_data_handle_to_pointer [149]
[1536] 0.0 0.00 0.00 13 _starpu_omp_get_task [1536]
-----------------------------------------------
0.00 0.00 1/12 _starpu_perf_counter_exit
[1627]
0.00 0.00 11/12 starpu_shutdown [56]
[1537] 0.0 0.00 0.00 12 _starpu_perf_counter_sample_exit
[1537]
-----------------------------------------------
0.00 0.00 1/12 _starpu_perf_counter_init
[1628]
0.00 0.00 11/12 _starpu_worker_init [1548]
[1538] 0.0 0.00 0.00 12 _starpu_perf_counter_sample_init
[1538]
-----------------------------------------------
0.00 0.00 11/11
_starpu_worker_may_perform_blocking_calls [1551]
[1539] 0.0 0.00 0.00 11 _starpu_get_local_worker_status
[1539]
-----------------------------------------------
0.00 0.00 11/11 _starpu_data_handle_init
[1582]
[1540] 0.0 0.00 0.00 11
_starpu_memory_stats_init_per_node [1540]
-----------------------------------------------
0.00 0.00 11/11
_starpu_sched_ctx_list_add_prio [1544]
[1541] 0.0 0.00 0.00 11 _starpu_sched_ctx_elt_add_after
[1541]
-----------------------------------------------
0.00 0.00 11/11
_starpu_sched_ctx_list_remove_all [1546]
[1542] 0.0 0.00 0.00 11 _starpu_sched_ctx_elt_remove
[1542]
-----------------------------------------------
0.00 0.00 11/11 _starpu_create_sched_ctx [28]
[1543] 0.0 0.00 0.00 11 _starpu_sched_ctx_list_add [1543]
0.00 0.00 11/11
_starpu_sched_ctx_list_add_prio [1544]
-----------------------------------------------
0.00 0.00 11/11 _starpu_sched_ctx_list_add
[1543]
[1544] 0.0 0.00 0.00 11 _starpu_sched_ctx_list_add_prio
[1544]
0.00 0.00 11/11
_starpu_sched_ctx_elt_add_after [1541]
-----------------------------------------------
0.00 0.00 11/11 starpu_shutdown [56]
[1545] 0.0 0.00 0.00 11 _starpu_sched_ctx_list_delete
[1545]
0.00 0.00 11/11
_starpu_sched_ctx_list_remove_all [1546]
-----------------------------------------------
0.00 0.00 11/11
_starpu_sched_ctx_list_delete [1545]
[1546] 0.0 0.00 0.00 11
_starpu_sched_ctx_list_remove_all [1546]
0.00 0.00 11/11 _starpu_sched_ctx_elt_remove
[1542]
-----------------------------------------------
0.00 0.00 11/11 _starpu_build_topology [82]
[1547] 0.0 0.00 0.00 11
_starpu_worker_drives_memory_node [1547]
-----------------------------------------------
0.00 0.00 11/11 starpu_initialize [26]
[1548] 0.0 0.00 0.00 11 _starpu_worker_init [1548]
0.00 0.00 11/13 _starpu_barrier_counter_init
[1534]
0.00 0.00 11/12
_starpu_perf_counter_sample_init [1538]
-----------------------------------------------
0.00 0.00 10/10
_starpu__task_c__register_counters [1591]
[1549] 0.0 0.00 0.00 10 _starpu_perf_counter_register
[1549]
0.00 0.00 10/16 _get_counters [1530]
-----------------------------------------------
0.00 0.00 2/10
_starpu__task_c__register_knobs [1592]
0.00 0.00 4/10
_starpu__workers_c__register_knobs [1594]
0.00 0.00 4/10
_starpu__dmda_c__register_knobs [1589]
[1550] 0.0 0.00 0.00 10 _starpu_perf_knob_register [1550]
0.00 0.00 10/13 _get_knobs [1533]
-----------------------------------------------
0.00 0.00 2/9 starpu_task_wait [181]
0.00 0.00 7/9 _starpu_data_unregister [124]
[1551] 0.0 0.00 0.00 9
_starpu_worker_may_perform_blocking_calls [1551]
0.00 0.00 13/18856 starpu_task_get_current [148]
0.00 0.00 11/11
_starpu_get_local_worker_status [1539]
-----------------------------------------------
0.00 0.00 8/8 get_bus_path [168]
[1552] 0.0 0.00 0.00 8 _starpu_get_perf_model_dir_bus
[1552]
-----------------------------------------------
0.00 0.00 8/8 get_bus_path [168]
[1553] 0.0 0.00 0.00 8 _starpu_gethostname [1553]
-----------------------------------------------
1 _starpu_task_add_succ [1554]
0.00 0.00 7/7 _starpu_add_accessor [1508]
[1554] 0.0 0.00 0.00 7+1 _starpu_task_add_succ [1554]
0.00 0.00 5/5 create_cg_task [173]
0.00 0.00 2/2
_starpu_add_successor_to_cg_list [1574]
1 _starpu_task_add_succ [1554]
-----------------------------------------------
0.00 0.00 5/5 starpu_data_register [175]
[1555] 0.0 0.00 0.00 5 _starpu_compute_data_footprint
[1555]
0.00 0.00 7/7
footprint_vector_interface_crc32 [170]
0.00 0.00 7/7 starpu_hash_crc32c_be [171]
0.00 0.00 6/50362 starpu_data_get_interface_id
[137]
-----------------------------------------------
0.00 0.00 5/5 _starpu_driver_start [121]
[1556] 0.0 0.00 0.00 5 _starpu_worker_start [1556]
0.00 0.00 1/218150 _starpu_gettid [1471]
-----------------------------------------------
0.00 0.00 1/4 starpu_shutdown [56]
0.00 0.00 3/4 _starpu_cpu_driver_deinit
[42]
[1557] 0.0 0.00 0.00 4 _starpu_memory_reclaim_generic
[1557]
0.00 0.00 4/4 flush_memchunk_cache [174]
0.00 0.00 3/3 free_potentially_in_use_mc
[177]
-----------------------------------------------
20 _starpu_mkpath [1558]
0.00 0.00 1/4 _starpu_set_perf_model_dirs
[117]
0.00 0.00 3/4 _starpu_mkpath_and_check
[1570]
[1558] 0.0 0.00 0.00 4+20 _starpu_mkpath [1558]
20 _starpu_mkpath [1558]
-----------------------------------------------
0.00 0.00 4/4 starpu_task_wait [181]
[1559] 0.0 0.00 0.00 4
_starpu_perf_counter_update_global_sample [1559]
-----------------------------------------------
0.00 0.00 1/4
_starpu__task_c__register_knobs [1592]
0.00 0.00 1/4
_starpu__dmda_c__register_knobs [1589]
0.00 0.00 2/4
_starpu__workers_c__register_knobs [1594]
[1560] 0.0 0.00 0.00 4 _starpu_perf_knob_group_register
[1560]
-----------------------------------------------
0.00 0.00 1/4
_starpu__task_c__unregister_knobs [1593]
0.00 0.00 1/4
_starpu__dmda_c__unregister_knobs [1590]
0.00 0.00 2/4
_starpu__workers_c__unregister_knobs [1595]
[1561] 0.0 0.00 0.00 4
_starpu_perf_knob_group_unregister [1561]
-----------------------------------------------
0.00 0.00 4/4 _starpu_add_accessor [1508]
[1562] 0.0 0.00 0.00 4 _starpu_task_declare_deps_array
[1562]
-----------------------------------------------
0.00 0.00 3/3 _starpu_driver_start [121]
[1563] 0.0 0.00 0.00 3 _starpu_bind_thread_on_cpu [1563]
-----------------------------------------------
0.00 0.00 3/3 starpu_data_register [175]
[1564] 0.0 0.00 0.00 3 _starpu_data_get_max_size [1564]
-----------------------------------------------
0.00 0.00 3/3 starpu_data_register [175]
[1565] 0.0 0.00 0.00 3
_starpu_data_register_ram_pointer [1565]
0.00 0.00 4/13 _starpu_omp_get_task [1536]
-----------------------------------------------
0.00 0.00 1/3
load_bus_latency_file_content [185]
0.00 0.00 1/3
load_bus_bandwidth_file_content [183]
0.00 0.00 1/3 check_bus_config_file [122]
[1566] 0.0 0.00 0.00 3 _starpu_frdlock [1566]
-----------------------------------------------
0.00 0.00 1/3
load_bus_latency_file_content [185]
0.00 0.00 1/3
load_bus_bandwidth_file_content [183]
0.00 0.00 1/3 check_bus_config_file [122]
[1567] 0.0 0.00 0.00 3 _starpu_frdunlock [1567]
-----------------------------------------------
0.00 0.00 1/3 starpu_shutdown [56]
0.00 0.00 2/3 _starpu_cpu_driver_deinit
[42]
[1568] 0.0 0.00 0.00 3
_starpu_free_all_automatically_allocated_buffers [1568]
-----------------------------------------------
0.00 0.00 3/3 _starpu_cpu_driver_deinit
[42]
[1569] 0.0 0.00 0.00 3
_starpu_handle_all_pending_node_data_requests [1569]
-----------------------------------------------
0.00 0.00 3/3 _starpu_set_perf_model_dirs
[117]
[1570] 0.0 0.00 0.00 3 _starpu_mkpath_and_check [1570]
0.00 0.00 3/4 _starpu_mkpath [1558]
-----------------------------------------------
0.00 0.00 1/3 _starpu_perf_counter_init
[1628]
0.00 0.00 2/3
_starpu__task_c__register_counters [1591]
[1571] 0.0 0.00 0.00 3
_starpu_perf_counter_register_updater [1571]
0.00 0.00 3/16 _get_counters [1530]
-----------------------------------------------
0.00 0.00 3/3
_starpu_perf_counter_unregister_all_scopes [1629]
[1572] 0.0 0.00 0.00 3 _unregister_counter_scope [1572]
0.00 0.00 3/16 _get_counters [1530]
-----------------------------------------------
0.00 0.00 3/3
_starpu_perf_knob_unregister_all_scopes [1632]
[1573] 0.0 0.00 0.00 3 _unregister_knob_scope [1573]
0.00 0.00 3/13 _get_knobs [1533]
-----------------------------------------------
0.00 0.00 2/2 _starpu_task_add_succ [1554]
[1574] 0.0 0.00 0.00 2 _starpu_add_successor_to_cg_list
[1574]
-----------------------------------------------
0.00 0.00 2/2
_starpu_delete_all_sched_ctxs [57]
[1575] 0.0 0.00 0.00 2 _starpu_barrier_counter_destroy
[1575]
0.00 0.00 2/2 _starpu_barrier_destroy
[1576]
-----------------------------------------------
0.00 0.00 2/2
_starpu_barrier_counter_destroy [1575]
[1576] 0.0 0.00 0.00 2 _starpu_barrier_destroy [1576]
0.00 0.00 2/2 _starpu_barrier_test [1577]
-----------------------------------------------
0.00 0.00 2/2 _starpu_barrier_destroy
[1576]
[1577] 0.0 0.00 0.00 2 _starpu_barrier_test [1577]
-----------------------------------------------
0.00 0.00 1/2 starpu_shutdown [56]
0.00 0.00 1/2
_starpu_destroy_machine_config [1603]
[1578] 0.0 0.00 0.00 2 _starpu_close_debug_logfile
[1578]
-----------------------------------------------
0.00 0.00 1/2 starpu_perfmodel_initialize
[190]
0.00 0.00 1/2
_starpu_load_bus_performance_files [98]
[1579] 0.0 0.00 0.00 2
_starpu_create_sampling_directory_if_needed [1579]
-----------------------------------------------
0.00 0.00 2/2 _starpu_data_unregister [124]
[1580] 0.0 0.00 0.00 2 _starpu_data_clear_implicit
[1580]
-----------------------------------------------
0.00 0.00 2/2 _starpu_data_unregister [124]
[1581] 0.0 0.00 0.00 2 _starpu_data_get_alloc_size
[1581]
-----------------------------------------------
0.00 0.00 2/2 starpu_data_register [175]
[1582] 0.0 0.00 0.00 2 _starpu_data_handle_init [1582]
0.00 0.00 11/11
_starpu_memory_stats_init_per_node [1540]
0.00 0.00 8/8 vector_init [169]
0.00 0.00 2/2 _starpu_memory_stats_init
[1584]
-----------------------------------------------
0.00 0.00 2/2 _starpu_data_unregister [124]
[1583] 0.0 0.00 0.00 2 _starpu_memory_stats_free [1583]
-----------------------------------------------
0.00 0.00 2/2 _starpu_data_handle_init
[1582]
[1584] 0.0 0.00 0.00 2 _starpu_memory_stats_init [1584]
-----------------------------------------------
0.00 0.00 1/2
starpu_sched_get_min_priority [201]
0.00 0.00 1/2
starpu_sched_get_max_priority [200]
[1585] 0.0 0.00 0.00 2
_starpu_sched_ctx_get_current_context [1585]
-----------------------------------------------
0.00 0.00 2/2
_starpu_worker_set_status_sleeping [14]
[1586] 0.0 0.00 0.00 2 _starpu_worker_restart_sleeping
[1586]
-----------------------------------------------
0.00 0.00 1/1 _starpu_create_sched_ctx [28]
[1587] 0.0 0.00 0.00 1 _do_add_notified_workers [1587]
-----------------------------------------------
38 _fill_tree [1588]
0.00 0.00 1/1 starpu_initialize [26]
[1588] 0.0 0.00 0.00 1+38 _fill_tree [1588]
0.00 0.00 39/39 starpu_tree_insert [157]
0.00 0.00 39/39 starpu_tree_prepare_children
[158]
38 _fill_tree [1588]
-----------------------------------------------
0.00 0.00 1/1 _starpu_perf_knob_init [1631]
[1589] 0.0 0.00 0.00 1 _starpu__dmda_c__register_knobs
[1589]
0.00 0.00 4/10 _starpu_perf_knob_register
[1550]
0.00 0.00 1/4
_starpu_perf_knob_group_register [1560]
-----------------------------------------------
0.00 0.00 1/1 _starpu_perf_knob_exit [1630]
[1590] 0.0 0.00 0.00 1
_starpu__dmda_c__unregister_knobs [1590]
0.00 0.00 1/4
_starpu_perf_knob_group_unregister [1561]
-----------------------------------------------
0.00 0.00 1/1 _starpu_perf_counter_init
[1628]
[1591] 0.0 0.00 0.00 1
_starpu__task_c__register_counters [1591]
0.00 0.00 10/10
_starpu_perf_counter_register [1549]
0.00 0.00 2/3
_starpu_perf_counter_register_updater [1571]
-----------------------------------------------
0.00 0.00 1/1 _starpu_perf_knob_init [1631]
[1592] 0.0 0.00 0.00 1 _starpu__task_c__register_knobs
[1592]
0.00 0.00 2/10 _starpu_perf_knob_register
[1550]
0.00 0.00 1/4
_starpu_perf_knob_group_register [1560]
0.00 0.00 1/1
starpu_sched_get_max_priority [200]
0.00 0.00 1/1
starpu_sched_get_min_priority [201]
-----------------------------------------------
0.00 0.00 1/1 _starpu_perf_knob_exit [1630]
[1593] 0.0 0.00 0.00 1
_starpu__task_c__unregister_knobs [1593]
0.00 0.00 1/4
_starpu_perf_knob_group_unregister [1561]
-----------------------------------------------
0.00 0.00 1/1 _starpu_perf_knob_init [1631]
[1594] 0.0 0.00 0.00 1
_starpu__workers_c__register_knobs [1594]
0.00 0.00 4/10 _starpu_perf_knob_register
[1550]
0.00 0.00 2/4
_starpu_perf_knob_group_register [1560]
-----------------------------------------------
0.00 0.00 1/1 _starpu_perf_knob_exit [1630]
[1595] 0.0 0.00 0.00 1
_starpu__workers_c__unregister_knobs [1595]
0.00 0.00 2/4
_starpu_perf_knob_group_unregister [1561]
-----------------------------------------------
0.00 0.00 1/1
_starpu_detect_implicit_data_deps_with_handle [128]
[1596] 0.0 0.00 0.00 1 _starpu_add_sync_task [1596]
0.00 0.00 6139/12075 _starpu_bound_job_id_dep
[1521]
0.00 0.00 1/23385 _starpu_job_create [1500]
-----------------------------------------------
94
_starpu_allocate_topology_userdata [1597]
0.00 0.00 1/1
_starpu_get_logical_numa_node_worker [94]
[1597] 0.0 0.00 0.00 1+94
_starpu_allocate_topology_userdata [1597]
94
_starpu_allocate_topology_userdata [1597]
-----------------------------------------------
0.00 0.00 1/1 _starpu_data_unregister [124]
[1598] 0.0 0.00 0.00 1 _starpu_data_free_interfaces
[1598]
-----------------------------------------------
94
_starpu_deallocate_topology_userdata [1599]
0.00 0.00 1/1
_starpu_destroy_machine_config [1603]
[1599] 0.0 0.00 0.00 1+94
_starpu_deallocate_topology_userdata [1599]
94
_starpu_deallocate_topology_userdata [1599]
-----------------------------------------------
0.00 0.00 1/1 _starpu_memory_nodes_deinit
[1620]
[1600] 0.0 0.00 0.00 1
_starpu_deinit_data_request_lists [1600]
-----------------------------------------------
0.00 0.00 1/1 _starpu_memory_nodes_deinit
[1620]
[1601] 0.0 0.00 0.00 1 _starpu_deinit_mem_chunk_lists
[1601]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1602] 0.0 0.00 0.00 1
_starpu_deinitialize_registered_performance_models [1602]
0.00 0.00 1/1 _starpu_get_calibrate_flag
[1608]
0.00 0.00 1/1
starpu_perfmodel_free_sampling_directories [189]
-----------------------------------------------
0.00 0.00 1/1 _starpu_destroy_topology
[1604]
[1603] 0.0 0.00 0.00 1 _starpu_destroy_machine_config
[1603]
0.00 0.00 1/2 _starpu_close_debug_logfile
[1578]
0.00 0.00 1/1
_starpu_deallocate_topology_userdata [1599]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1604] 0.0 0.00 0.00 1 _starpu_destroy_topology [1604]
0.00 0.00 1/1 _starpu_memory_nodes_deinit
[1620]
0.00 0.00 1/1
_starpu_destroy_machine_config [1603]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1605] 0.0 0.00 0.00 1 _starpu_disk_unregister [1605]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1606] 0.0 0.00 0.00 1
_starpu_display_alloc_cache_stats [1606]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1607] 0.0 0.00 0.00 1 _starpu_display_msi_stats [1607]
-----------------------------------------------
0.00 0.00 1/1
_starpu_deinitialize_registered_performance_models [1602]
[1608] 0.0 0.00 0.00 1 _starpu_get_calibrate_flag [1608]
-----------------------------------------------
0.00 0.00 1/1 _starpu_set_perf_model_dirs
[117]
[1609] 0.0 0.00 0.00 1 _starpu_get_home_path [1609]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1610] 0.0 0.00 0.00 1 _starpu_graph_init [1610]
-----------------------------------------------
0.00 0.00 1/1 _starpu_memory_nodes_init
[87]
[1611] 0.0 0.00 0.00 1 _starpu_init_data_request_lists
[1611]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1612] 0.0 0.00 0.00 1 _starpu_init_idle_hooks [1612]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1613] 0.0 0.00 0.00 1 _starpu_init_progression_hooks
[1613]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1614] 0.0 0.00 0.00 1 _starpu_init_tags [1614]
-----------------------------------------------
0.00 0.00 1/1 _starpu_build_topology [82]
[1615] 0.0 0.00 0.00 1 _starpu_initialize_busid_matrix
[1615]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1616] 0.0 0.00 0.00 1 _starpu_job_fini [1616]
-----------------------------------------------
0.00 0.00 1/1 _starpu_build_topology [82]
[1617] 0.0 0.00 0.00 1 _starpu_mem_chunk_init_last
[1617]
-----------------------------------------------
0.00 0.00 1/1 _starpu_memory_nodes_init
[87]
[1618] 0.0 0.00 0.00 1 _starpu_memory_manager_init
[1618]
-----------------------------------------------
0.00 0.00 1/1 _starpu_build_topology [82]
[1619] 0.0 0.00 0.00 1
_starpu_memory_manager_set_global_memory_size [1619]
-----------------------------------------------
0.00 0.00 1/1 _starpu_destroy_topology
[1604]
[1620] 0.0 0.00 0.00 1 _starpu_memory_nodes_deinit
[1620]
0.00 0.00 1/1
_starpu_deinit_mem_chunk_lists [1601]
0.00 0.00 1/1
_starpu_deinit_data_request_lists [1600]
-----------------------------------------------
0.00 0.00 1/1 starpu_mpi_init_conf [22]
[1621] 0.0 0.00 0.00 1 _starpu_mpi_nmad_backend_init
[1621]
-----------------------------------------------
0.00 0.00 1/1 starpu_mpi_init_conf [22]
[1622] 0.0 0.00 0.00 1
_starpu_mpi_nmad_backend_reserve_core [1622]
-----------------------------------------------
0.00 0.00 1/1 _starpu_notify_cg_list [1479]
[1623] 0.0 0.00 0.00 1 _starpu_notify_cg [1623]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1624] 0.0 0.00 0.00 1 _starpu_omp_dummy_init [1624]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1625] 0.0 0.00 0.00 1 _starpu_omp_dummy_shutdown [1625]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1626] 0.0 0.00 0.00 1 _starpu_open_debug_logfile [1626]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1627] 0.0 0.00 0.00 1 _starpu_perf_counter_exit [1627]
0.00 0.00 1/12
_starpu_perf_counter_sample_exit [1537]
0.00 0.00 1/1
_starpu_perf_counter_unregister_all_scopes [1629]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1628] 0.0 0.00 0.00 1 _starpu_perf_counter_init [1628]
0.00 0.00 1/3
_starpu_perf_counter_register_updater [1571]
0.00 0.00 1/1
_starpu__task_c__register_counters [1591]
0.00 0.00 1/12
_starpu_perf_counter_sample_init [1538]
-----------------------------------------------
0.00 0.00 1/1 _starpu_perf_counter_exit
[1627]
[1629] 0.0 0.00 0.00 1
_starpu_perf_counter_unregister_all_scopes [1629]
0.00 0.00 3/3 _unregister_counter_scope
[1572]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1630] 0.0 0.00 0.00 1 _starpu_perf_knob_exit [1630]
0.00 0.00 1/1
_starpu__task_c__unregister_knobs [1593]
0.00 0.00 1/1
_starpu__workers_c__unregister_knobs [1595]
0.00 0.00 1/1
_starpu_perf_knob_unregister_all_scopes [1632]
0.00 0.00 1/1
_starpu__dmda_c__unregister_knobs [1590]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1631] 0.0 0.00 0.00 1 _starpu_perf_knob_init [1631]
0.00 0.00 1/1
_starpu__dmda_c__register_knobs [1589]
0.00 0.00 1/1
_starpu__task_c__register_knobs [1592]
0.00 0.00 1/1
_starpu__workers_c__register_knobs [1594]
-----------------------------------------------
0.00 0.00 1/1 _starpu_perf_knob_exit [1630]
[1632] 0.0 0.00 0.00 1
_starpu_perf_knob_unregister_all_scopes [1632]
0.00 0.00 3/3 _unregister_knob_scope [1573]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1633] 0.0 0.00 0.00 1 _starpu_print_idle_time [1633]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1634] 0.0 0.00 0.00 1 _starpu_profiling_init [1634]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1635] 0.0 0.00 0.00 1 _starpu_profiling_terminate
[1635]
-----------------------------------------------
0.00 0.00 1/1 flush_memchunk_cache [174]
[1636] 0.0 0.00 0.00 1 _starpu_pthread_spin_do_lock
[1636]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1637] 0.0 0.00 0.00 1
_starpu_sched_component_workers_destroy [1637]
-----------------------------------------------
0.00 0.00 1/1 _starpu_init_sched_policy
[29]
[1638] 0.0 0.00 0.00 1 _starpu_set_calibrate_flag [1638]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1639] 0.0 0.00 0.00 1 _starpu_tag_clear [1639]
-----------------------------------------------
0.00 0.00 1/1 starpu_shutdown [56]
[1640] 0.0 0.00 0.00 1 _starpu_task_deinit [1640]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1641] 0.0 0.00 0.00 1 _starpu_timing_init [1641]
-----------------------------------------------
94 _starpu_topology_count_ngpus
[1642]
0.00 0.00 1/1 _starpu_build_topology [82]
[1642] 0.0 0.00 0.00 1+94 _starpu_topology_count_ngpus
[1642]
94 _starpu_topology_count_ngpus
[1642]
-----------------------------------------------
0.00 0.00 1/1 check_bus_config_file [122]
[1643] 0.0 0.00 0.00 1 _starpu_topology_get_nhwcpu
[1643]
-----------------------------------------------
0.00 0.00 1/1 starpu_initialize [26]
[1644] 0.0 0.00 0.00 1 _starpu_util_init [1644]
-----------------------------------------------
0.00 0.00 1/1 starpu_task_wait [181]
[1645] 0.0 0.00 0.00 1 _starpu_wait_job [1645]
-----------------------------------------------

This table describes the call tree of the program, and was sorted by
the total amount of time spent in each function and its children.

Each entry in this table consists of several lines. The line with the
index number at the left hand margin lists the current function.
The lines above it list the functions that called this function,
and the lines below it list the functions this one called.
This line lists:
index A unique number given to each element of the table.
Index numbers are sorted numerically.
The index number is printed next to every function name so
it is easier to look up where the function is in the table.

% time This is the percentage of the `total' time that was spent
in this function and its children. Note that due to
different viewpoints, functions excluded by options, etc,
these numbers will NOT add up to 100%.

self This is the total amount of time spent in this function.

children This is the total amount of time propagated into this
function by its children.

called This is the number of times the function was called.
If the function called itself recursively, the number
only includes non-recursive calls, and is followed by
a `+' and the number of recursive calls.

name The name of the current function. The index number is
printed after it. If the function is a member of a
cycle, the cycle number is printed between the
function's name and the index number.


For the function's parents, the fields have the following meanings:

self This is the amount of time that was propagated directly
from the function into this parent.

children This is the amount of time that was propagated from
the function's children into this parent.

called This is the number of times this parent called the
function `/' the total number of times the function
was called. Recursive calls to the function are not
included in the number after the `/'.

name This is the name of the parent. The parent's index
number is printed after it. If the parent is a
member of a cycle, the cycle number is printed between
the name and the index number.

If the parents of the function cannot be determined, the word
`<spontaneous>' is printed in the `name' field, and all the other
fields are blank.

For the function's children, the fields have the following meanings:

self This is the amount of time that was propagated directly
from the child into the function.

children This is the amount of time that was propagated from the
child's children to the function.

called This is the number of times the function called
this child `/' the total number of times the child
was called. Recursive calls by the child are not
listed in the number after the `/'.

name This is the name of the child. The child's index
number is printed after it. If the child is a
member of a cycle, the cycle number is printed
between the name and the index number.

If there are any cycles (circles) in the call graph, there is an
entry for the cycle-as-a-whole. This entry shows who called the
cycle (as parents) and the members of the cycle (as children.)
The `+' recursive calls entry shows the number of function calls that
were internal to the cycle, and the calls entry for each member shows,
for that member, how many times it was called from other members of
the cycle.

Copyright (C) 2012-2019 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

Index by function name

[8] ___starpu_datawizard_progress [1616] _starpu_job_fini [12]
_starpu_worker_relax_on (workers.h)
[7] __starpu_datawizard_progress [1484] _starpu_job_get_task_name [1586]
_starpu_worker_restart_sleeping
[9] __starpu_handle_node_data_requests (data_request.c) [112]
_starpu_job_init [14] _starpu_worker_set_status_sleeping (driver_common.c)
[1587] _do_add_notified_workers (sched_ctx.c) [73]
_starpu_job_notify_ready_soon [1556] _starpu_worker_start
[1588] _fill_tree (workers.c) [98] _starpu_load_bus_performance_files [1572]
_unregister_counter_scope (knobs.c)
[1530] _get_counters (knobs.c) [113] _starpu_malloc_init [1573]
_unregister_knob_scope (knobs.c)
[1533] _get_knobs (knobs.c) [11] _starpu_may_pause [122]
check_bus_config_file (perfmodel_bus.c)
[18] _handle_pending_node_data_requests (data_request.c) [1617]
_starpu_mem_chunk_init_last [172] compare_value_and_recalibrate
(perfmodel_bus.c)
[1589] _starpu__dmda_c__register_knobs [1618] _starpu_memory_manager_init
[173] create_cg_task (task_deps.c)
[1590] _starpu__dmda_c__unregister_knobs [1619]
_starpu_memory_manager_set_global_memory_size [132] deinit_ws_policy
(work_stealing_policy.c)
[1591] _starpu__task_c__register_counters [114] _starpu_memory_node_register
[176] describe (vector_interface.c)
[1592] _starpu__task_c__register_knobs [1532]
_starpu_memory_node_register_condition [174] flush_memchunk_cache (memalloc.c)
[1593] _starpu__task_c__unregister_knobs [1620] _starpu_memory_nodes_deinit
[170] footprint_vector_interface_crc32 (vector_interface.c)
[1594] _starpu__workers_c__register_knobs [87] _starpu_memory_nodes_init
[177] free_potentially_in_use_mc (memalloc.c)
[1595] _starpu__workers_c__unregister_knobs [1557]
_starpu_memory_reclaim_generic [133] fstarpu_sched_ctx_create
[1508] _starpu_add_accessor (implicit_data_deps.c) [1583]
_starpu_memory_stats_free [168] get_bus_path (perfmodel_bus.c)
[1503] _starpu_add_post_sync_tasks [1584] _starpu_memory_stats_init [141]
handle_to_datatype_vector (starpu_mpi_datatype.c)
[1574] _starpu_add_successor_to_cg_list [1540]
_starpu_memory_stats_init_per_node [30] initialize_lws_policy
(work_stealing_policy.c)
[1596] _starpu_add_sync_task (implicit_data_deps.c) [1558] _starpu_mkpath
[33] initialize_ws_policy (work_stealing_policy.c)
[1490] _starpu_allocate_profiling_info_if_needed [1570]
_starpu_mkpath_and_check [147] link_supports_direct_transfers (coherency.c)
[1597] _starpu_allocate_topology_userdata (topology.c) [1507]
_starpu_mpi_comm_amounts_inc [182] load_bus_bandwidth_file (perfmodel_bus.c)
[1506] _starpu_attempt_to_submit_data_request_from_apps [32]
_starpu_mpi_data_clear [183] load_bus_bandwidth_file_content (perfmodel_bus.c)
[1473] _starpu_barrier_counter_decrement_until_empty_counter [1514]
_starpu_mpi_data_flush [184] load_bus_latency_file (perfmodel_bus.c)
[1575] _starpu_barrier_counter_destroy [1489] _starpu_mpi_datatype_allocate
[185] load_bus_latency_file_content (perfmodel_bus.c)
[1483] _starpu_barrier_counter_get_reached_start [1517]
_starpu_mpi_datatype_free [131] lws_add_workers (work_stealing_policy.c)
[1472] _starpu_barrier_counter_increment [1505]
_starpu_mpi_handle_free_simple_datatype (starpu_mpi_datatype.c) [6]
lws_select_victim (work_stealing_policy.c)
[1534] _starpu_barrier_counter_init [1527]
_starpu_mpi_handle_pending_request [129]
notify_workers_about_changing_ctx_done (sched_ctx.c)
[1576] _starpu_barrier_destroy [1513] _starpu_mpi_irecv_data_func
(starpu_mpi_nmad.c) [130] notify_workers_about_changing_ctx_pending
(sched_ctx.c)
[1535] _starpu_barrier_init [1525] _starpu_mpi_irecv_size_func [152]
piom_sem_V (piom_lock_pthread.h)
[1577] _starpu_barrier_test (barrier.c) [1512] _starpu_mpi_isend_data_func
(starpu_mpi_nmad.c) [144] piom_spin_lock (piom_lock_pthread.h)
[1563] _starpu_bind_thread_on_cpu [1526] _starpu_mpi_isend_size_func [142]
piom_spin_unlock (piom_lock_pthread.h)
[1521] _starpu_bound_job_id_dep [1621] _starpu_mpi_nmad_backend_init [179]
register_vector_handle (vector_interface.c)
[1477] _starpu_bound_record [1488] _starpu_mpi_nmad_backend_request_destroy
[153] starpu_bindid_get_workerids
[1523] _starpu_bound_task_dep [1522] _starpu_mpi_nmad_backend_request_fill
[81] starpu_conf_init
[82] _starpu_build_topology [1524] _starpu_mpi_nmad_backend_request_init
[186] starpu_cpu_worker_get_count
[1494] _starpu_cg_list_deinit [1622] _starpu_mpi_nmad_backend_reserve_core
[74] starpu_data_acquire_cb_pre_sync_callback (user_interactions.c)
[1502] _starpu_cg_list_init [115] _starpu_mpi_progress_shutdown [41]
starpu_data_acquire_on_node_cb_sequential_consistency_sync_jobids
[126] _starpu_check_if_valid_and_fetch_data_on_node (data_interface.c) [39]
_starpu_mpi_release_req_data [187] starpu_data_display_memory_stats
[47] _starpu_check_that_no_data_request_exists [69]
_starpu_mpi_req_willpost [188]
starpu_data_get_default_sequential_consistency_flag
[64] _starpu_check_that_no_data_request_is_pending [1504]
_starpu_mpi_request_destroy [137] starpu_data_get_interface_id
[1511] _starpu_clock_gettime [1509] _starpu_mpi_request_fill [136]
starpu_data_get_interface_on_node
[1578] _starpu_close_debug_logfile [1501] _starpu_mpi_request_init [151]
starpu_data_get_size
[1555] _starpu_compute_data_footprint [1518]
_starpu_mpi_submit_ready_request [149] starpu_data_handle_to_pointer
[83] _starpu_conf_check_environment [1515] _starpu_mpi_wait [175]
starpu_data_register
[42] _starpu_cpu_driver_deinit [1475]
_starpu_not_all_task_deps_are_fulfilled (jobs.c) [62] starpu_data_release
[120] _starpu_cpu_driver_init [1623] _starpu_notify_cg [54]
starpu_data_release_on_node
[2] _starpu_cpu_driver_run_once [1479] _starpu_notify_cg_list [146]
starpu_data_test_if_allocated_on_node
[108] _starpu_cpu_get_global_mem_size (topology.c) [1510]
_starpu_notify_data_dependencies [100] starpu_fxt_is_enabled
[1] _starpu_cpu_worker [1498] _starpu_notify_dependencies [101]
starpu_get_env_float_default.constprop.0 (starpu_helper.h)
[68] _starpu_create_request_to_fetch_data [1481]
_starpu_notify_task_dependencies [102] starpu_get_env_number (starpu_helper.h)
[1579] _starpu_create_sampling_directory_if_needed [1624]
_starpu_omp_dummy_init [92] starpu_get_env_number (starpu_helper.h)
[28] _starpu_create_sched_ctx [1625] _starpu_omp_dummy_shutdown [89]
starpu_get_env_number (starpu_helper.h)
[1520] _starpu_data_acquire_fetch_data_callback (user_interactions.c) [1536]
_starpu_omp_get_task [78] starpu_get_env_number (starpu_helper.h)
[1519] _starpu_data_acquire_wrapper_fini (user_interactions.c) [1626]
_starpu_open_debug_logfile [85] starpu_get_env_number (starpu_helper.h)
[1499] _starpu_data_check_initialized (user_interactions.c) [1627]
_starpu_perf_counter_exit [93] starpu_get_env_number (starpu_helper.h)
[1580] _starpu_data_clear_implicit [1628] _starpu_perf_counter_init [103]
starpu_get_env_number.constprop.0 (starpu_helper.h)
[1598] _starpu_data_free_interfaces [1549] _starpu_perf_counter_register
[104] starpu_get_env_number.constprop.0 (starpu_helper.h)
[1581] _starpu_data_get_alloc_size [1571]
_starpu_perf_counter_register_updater [48] starpu_getenv
[1564] _starpu_data_get_max_size [1537] _starpu_perf_counter_sample_exit
[43] starpu_handle_data_request_completion (data_request.c)
[1582] _starpu_data_handle_init [1538] _starpu_perf_counter_sample_init
[171] starpu_hash_crc32c_be
[109] _starpu_data_interface_init [1629]
_starpu_perf_counter_unregister_all_scopes [79] starpu_init
[110] _starpu_data_interface_shutdown [1559]
_starpu_perf_counter_update_global_sample [26] starpu_initialize
[1565] _starpu_data_register_ram_pointer [1630] _starpu_perf_knob_exit [27]
starpu_memchunk_tidy
[70] _starpu_data_request_append_callback [1560]
_starpu_perf_knob_group_register [180] starpu_memory_nodes_get_numa_count
[124] _starpu_data_unregister (data_interface.c) [1561]
_starpu_perf_knob_group_unregister [50] starpu_mpi_irecv
[125] _starpu_data_wait_until_available [1631] _starpu_perf_knob_init [52]
starpu_mpi_isend_prio
[111] _starpu_datastats_init [1550] _starpu_perf_knob_register [189]
starpu_perfmodel_free_sampling_directories
[1599] _starpu_deallocate_topology_userdata (topology.c) [1632]
_starpu_perf_knob_unregister_all_scopes [190] starpu_perfmodel_initialize
[1496] _starpu_decrement_nready_tasks_of_sched_ctx [17]
_starpu_pop_local_task [105] starpu_profiling_bus_helper_display_summary
[1492] _starpu_decrement_nsubmitted_tasks_of_sched_ctx [4] _starpu_pop_task
[106] starpu_profiling_worker_helper_display_summary
[1600] _starpu_deinit_data_request_lists [24] _starpu_pop_task_end [44]
starpu_progression_hook_deregister
[1601] _starpu_deinit_mem_chunk_lists [1633] _starpu_print_idle_time [15]
starpu_pthread_mutex_lock_sched
[58] _starpu_deinit_sched_policy [96] _starpu_profile_set_tracefile (fxt.c)
[25] starpu_pthread_mutex_unlock_sched
[1602] _starpu_deinitialize_registered_performance_models [1634]
_starpu_profiling_init [45] starpu_push_task_end
[57] _starpu_delete_all_sched_ctxs [1635] _starpu_profiling_terminate [191]
starpu_sched_ctx_create_worker_collection
[59] _starpu_delete_sched_ctx (sched_ctx.c) [1636]
_starpu_pthread_spin_do_lock [192] starpu_sched_ctx_delete_worker_collection
[1603] _starpu_destroy_machine_config [1528] _starpu_push_local_task [31]
starpu_sched_ctx_get_nworkers
[1604] _starpu_destroy_topology [1478] _starpu_push_task [19]
starpu_sched_ctx_get_policy_data
[128] _starpu_detect_implicit_data_deps_with_handle [1529]
_starpu_read_double [193] starpu_sched_ctx_get_worker_collection
[1605] _starpu_disk_unregister [1485]
_starpu_release_data_enforce_sequential_consistency [194]
starpu_sched_ctx_get_workers_list
[1606] _starpu_display_alloc_cache_stats [1516] _starpu_release_data_on_node
[195] starpu_sched_ctx_get_workers_list_raw
[1607] _starpu_display_msi_stats [1497]
_starpu_release_task_enforce_sequential_consistency [196]
starpu_sched_ctx_max_priority_is_set
[121] _starpu_driver_start [75] _starpu_repush_task [197]
starpu_sched_ctx_min_priority_is_set
[36] _starpu_driver_update_job_feedback [1637]
_starpu_sched_component_workers_destroy [198]
starpu_sched_ctx_set_max_priority
[1531] _starpu_drop_comments [1541] _starpu_sched_ctx_elt_add_after [199]
starpu_sched_ctx_set_min_priority
[76] _starpu_enforce_deps_and_schedule [1542] _starpu_sched_ctx_elt_remove
[34] starpu_sched_ctx_set_policy_data
[71] _starpu_enforce_deps_notify_job_ready_soon [1585]
_starpu_sched_ctx_get_current_context [163]
starpu_sched_ctx_worker_shares_tasks_lists
[21] _starpu_execute_registered_idle_hooks [1543]
_starpu_sched_ctx_list_add [200] starpu_sched_get_max_priority
[16] _starpu_execute_registered_progression_hooks [1544]
_starpu_sched_ctx_list_add_prio [201] starpu_sched_get_min_priority
[67] _starpu_fetch_data_on_node [1545] _starpu_sched_ctx_list_delete [140]
starpu_task_clean
[1566] _starpu_frdlock [1546] _starpu_sched_ctx_list_remove_all [61]
starpu_task_create
[1567] _starpu_frdunlock [88] _starpu_sched_init [63]
starpu_task_end_dep_release
[1568] _starpu_free_all_automatically_allocated_buffers [66]
_starpu_sched_task_submit [148] starpu_task_get_current
[91] _starpu_fxt_init_profiling [116] _starpu_select_sched_policy [145]
starpu_task_get_task_scheduled_succs
[1608] _starpu_get_calibrate_flag [1638] _starpu_set_calibrate_flag [60]
starpu_task_init
[1609] _starpu_get_home_path [1482] _starpu_set_current_task [181]
starpu_task_wait
[1539] _starpu_get_local_worker_status [1486]
_starpu_set_local_worker_status [202] starpu_tree_free
[94] _starpu_get_logical_numa_node_worker (topology.c) [117]
_starpu_set_perf_model_dirs [164] starpu_tree_get
[1552] _starpu_get_perf_model_dir_bus [118] _starpu_stop_fxt_profiling [154]
starpu_tree_get_neighbour
[3] _starpu_get_worker_task [49] _starpu_submit_job [157]
starpu_tree_insert
[72] _starpu_get_workers_of_sched_ctx [1487]
_starpu_submit_job_enforce_data_deps [158] starpu_tree_prepare_children
[1553] _starpu_gethostname [1639] _starpu_tag_clear [161]
starpu_tree_reset_visited
[1471] _starpu_gettid [1554] _starpu_task_add_succ (task_deps.c) [139]
starpu_vector_get_elemsize
[1610] _starpu_graph_init [1562] _starpu_task_declare_deps_array [138]
starpu_vector_get_nx
[1569] _starpu_handle_all_pending_node_data_requests [1640]
_starpu_task_deinit [127] starpu_wake_all_blocked_workers
[1493] _starpu_handle_job_submission [1495] _starpu_task_destroy [165]
starpu_worker_get_bindid
[77] _starpu_handle_job_termination [90] _starpu_task_init [166]
starpu_worker_get_type
[65] _starpu_handle_node_data_requests [37] _starpu_task_submit [159]
starpu_worker_is_combined_worker
[23] _starpu_handle_node_idle_requests [1491] _starpu_task_submit_head
(task.c) [203] starpu_workers_get_tree
[46] _starpu_handle_node_prefetch_requests [38]
_starpu_task_submit_internally [167] tree_add (worker_tree.c)
[35] _starpu_handle_pending_node_data_requests [1641] _starpu_timing_init
[204] tree_deinit (worker_tree.c)
[1476] _starpu_increment_nready_tasks_of_sched_ctx [1642]
_starpu_topology_count_ngpus (topology.c) [160] tree_get_next (worker_tree.c)
[1474] _starpu_increment_nsubmitted_tasks_of_sched_ctx [1643]
_starpu_topology_get_nhwcpu [155] tree_has_next (worker_tree.c)
[95] _starpu_init_all_sched_ctxs [99] _starpu_topology_get_nnumanodes [205]
tree_init (worker_tree.c)
[1611] _starpu_init_data_request_lists [55] _starpu_unlock_post_sync_tasks
[162] tree_init_iterator (worker_tree.c)
[1612] _starpu_init_idle_hooks [1644] _starpu_util_init [156] tree_remove
(worker_tree.c)
[86] _starpu_init_mem_chunk_lists [1645] _starpu_wait_job [169] vector_init
(vector_interface.c)
[1613] _starpu_init_progression_hooks [119] _starpu_watchdog_shutdown [178]
vector_interface_get_alloc_size (vector_interface.c)
[29] _starpu_init_sched_policy [13]
_starpu_worker_apply_deferred_ctx_changes [150] vector_interface_get_size
(vector_interface.c)
[1614] _starpu_init_tags [1547] _starpu_worker_drives_memory_node [143]
vector_to_pointer (vector_interface.c)
[1615] _starpu_initialize_busid_matrix [1548] _starpu_worker_init [134]
ws_add_workers (work_stealing_policy.c)
[84] _starpu_initialize_registered_performance_models [1551]
_starpu_worker_may_perform_blocking_calls [5] ws_pop_task
(work_stealing_policy.c)
[1500] _starpu_job_create [20]
_starpu_worker_process_block_in_parallel_requests (workers.h) [80]
ws_push_task (work_stealing_policy.c)
[1480] _starpu_job_destroy [10] _starpu_worker_relax_off (workers.h) [135]
ws_remove_workers (work_stealing_policy.c)



Archives gérées par MHonArc 2.6.19+.

Haut de le page