--- /srv/rebuilderd/tmp/rebuilderdx8zCKT/inputs/libstarpu-dev_1.4.10+dfsg-2+b3_arm64.deb +++ /srv/rebuilderd/tmp/rebuilderdx8zCKT/out/libstarpu-dev_1.4.10+dfsg-2+b3_arm64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-12-10 19:29:43.000000 debian-binary │ --rw-r--r-- 0 0 0 171572 2025-12-10 19:29:43.000000 control.tar.xz │ --rw-r--r-- 0 0 0 14576176 2025-12-10 19:29:43.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 171524 2025-12-10 19:29:43.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 14575896 2025-12-10 19:29:43.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/libstarpu-dev/manual/html/index.html │ │ │ @@ -88,15 +88,15 @@ │ │ │ │ │ │ │ │ │
│ │ │
1. Introduction
│ │ │
│ │ │
│ │ │

Foreword

This manual documents the version 1.4.10 of StarPU. │ │ │ -Its contents was last updated on 2025-12-10. │ │ │ +Its contents was last updated on 2025-12-11. │ │ │

│ │ │ Motivation

│ │ │

The use of specialized hardware, such as accelerators or coprocessors offers an interesting approach to overcoming the physical limits encountered by processor architects. As a result, many machines are now equipped with one or several accelerators (e.g. a GPU), in addition to the usual processor(s). While significant efforts have been devoted to offloading computation onto such accelerators, very little attention has been paid to portability concerns on the one hand, and to the possibility of having heterogeneous accelerators and processors interact on the other hand.

│ │ │

StarPU is a runtime system that provides support for heterogeneous multicore architectures. It not only offers a unified view of the computational resources (i.e. CPUs and accelerators simultaneously) but also takes care of efficiently mapping and executing tasks onto an heterogeneous machine while transparently handling low-level issues such as data transfers in a portable manner.

│ │ │

│ │ │ StarPU in a Nutshell

│ │ │

StarPU is a software tool designed to enable programmers to harness the computational capabilities of both CPUs and GPUs, all while sparing them the need to meticulously adapt their programs for specific target machines and processing units.

│ │ │ ├── html2text {} │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ StarPU Handbook │ │ │ │ Loading... │ │ │ │ Searching... │ │ │ │ No Matches │ │ │ │ 1. Introduction │ │ │ │ FFoorreewwoorrdd │ │ │ │ This manual documents the version 1.4.10 of StarPU. Its contents was last │ │ │ │ -updated on 2025-12-10. │ │ │ │ +updated on 2025-12-11. │ │ │ │ MMoottiivvaattiioonn │ │ │ │ The use of specialized hardware, such as accelerators or coprocessors offers an │ │ │ │ interesting approach to overcoming the physical limits encountered by processor │ │ │ │ architects. As a result, many machines are now equipped with one or several │ │ │ │ accelerators (e.g. a GPU), in addition to the usual processor(s). While │ │ │ │ significant efforts have been devoted to offloading computation onto such │ │ │ │ accelerators, very little attention has been paid to portability concerns on │ │ ├── ./usr/share/doc/libstarpu-dev/manual/html_dev/index.html │ │ │ @@ -90,15 +90,15 @@ │ │ │
│ │ │
1. Introduction
│ │ │
│ │ │
│ │ │

│ │ │

Foreword

│ │ │ This manual documents the version 1.4.10 of StarPU. │ │ │ -Its contents was last updated on 2025-12-10. │ │ │ +Its contents was last updated on 2025-12-11. │ │ │

│ │ │ Motivation

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │
│ │ │ ├── html2text {} │ │ │ │ @@ -1,10 +1,10 @@ │ │ │ │ StarPU Internal Handbook │ │ │ │ Loading... │ │ │ │ Searching... │ │ │ │ No Matches │ │ │ │ 1. Introduction │ │ │ │ FFoorreewwoorrdd │ │ │ │ This manual documents the version 1.4.10 of StarPU. Its contents was last │ │ │ │ -updated on 2025-12-10. │ │ │ │ +updated on 2025-12-11. │ │ │ │ MMoottiivvaattiioonn │ │ │ │ * Generated on for StarPU Internal Handbook by _[_d_o_x_y_g_e_n_]1.15.0 │ │ ├── ./usr/share/doc/libstarpu-dev/manual/html_web_applications/index.html │ │ │ @@ -88,15 +88,15 @@ │ │ │
│ │ │ │ │ │
│ │ │
1. StarPU Handbook - StarPU Applications
│ │ │
│ │ │
│ │ │

Foreword

This manual documents the version 1.4.10 of StarPU. │ │ │ -Its contents was last updated on 2025-12-10. │ │ │ +Its contents was last updated on 2025-12-11. │ │ │ This is a sub-part of the StarPU documentation, go here to read the whole documentation.

│ │ │

This part presents how to write a StarPU application from an existing application.

│ │ │

Some of the applications presented in the following chapters and some others are available in the git repository https://gitlab.inria.fr/starpu/starpu-applications

│ │ │

A full StarPU tutorial which can be run with Docker is available at https://starpu.gitlabpages.inria.fr/tutorials/docker/

│ │ │
│ │ │ │ │ │
│ │ │ ├── html2text {} │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ StarPU Handbook - StarPU Applications │ │ │ │ Loading... │ │ │ │ Searching... │ │ │ │ No Matches │ │ │ │ 1. StarPU Handbook - StarPU Applications │ │ │ │ FFoorreewwoorrdd │ │ │ │ This manual documents the version 1.4.10 of StarPU. Its contents was last │ │ │ │ -updated on 2025-12-10. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ +updated on 2025-12-11. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ ttoo rreeaadd tthhee wwhhoollee ddooccuummeennttaattiioonn.. │ │ │ │ This part presents how to write a StarPU application from an existing │ │ │ │ application. │ │ │ │ Some of the applications presented in the following chapters and some others │ │ │ │ are available in the git repository _h_t_t_p_s_:_/_/_g_i_t_l_a_b_._i_n_r_i_a_._f_r_/_s_t_a_r_p_u_/_s_t_a_r_p_u_- │ │ │ │ _a_p_p_l_i_c_a_t_i_o_n_s │ │ │ │ A full StarPU tutorial which can be run with Docker is available at _h_t_t_p_s_:_/_/ │ │ ├── ./usr/share/doc/libstarpu-dev/manual/html_web_basics/index.html │ │ │ @@ -88,15 +88,15 @@ │ │ │ │ │ │ │ │ │
│ │ │
1. StarPU Handbook - StarPU Basics
│ │ │
│ │ │
│ │ │

Foreword

This manual documents the version 1.4.10 of StarPU. │ │ │ -Its contents was last updated on 2025-12-10. │ │ │ +Its contents was last updated on 2025-12-11. │ │ │ This is a sub-part of the StarPU documentation, go here to read the whole documentation.

│ │ │

This part presents the basic knowledge of StarPU. It should be read to understand how StarPU works and how to execute a basic StarPU application.

│ │ │
    │ │ │
  • │ │ │ Chapter StarPU Applications, setting up Your Own Code shows how to create and run your own StarPU applications.
  • │ │ │
  • │ │ │ Chapter Basic Examples shows how to implement simple programs that submit tasks to StarPU.
  • │ │ │ ├── html2text {} │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ StarPU Handbook - StarPU Basics │ │ │ │ Loading... │ │ │ │ Searching... │ │ │ │ No Matches │ │ │ │ 1. StarPU Handbook - StarPU Basics │ │ │ │ FFoorreewwoorrdd │ │ │ │ This manual documents the version 1.4.10 of StarPU. Its contents was last │ │ │ │ -updated on 2025-12-10. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ +updated on 2025-12-11. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ ttoo rreeaadd tthhee wwhhoollee ddooccuummeennttaattiioonn.. │ │ │ │ This part presents the basic knowledge of StarPU. It should be read to │ │ │ │ understand how StarPU works and how to execute a basic StarPU application. │ │ │ │ * Chapter _S_t_a_r_P_U_ _A_p_p_l_i_c_a_t_i_o_n_s_,_ _s_e_t_t_i_n_g_ _u_p_ _Y_o_u_r_ _O_w_n_ _C_o_d_e shows how to create │ │ │ │ and run your own StarPU applications. │ │ │ │ * Chapter _B_a_s_i_c_ _E_x_a_m_p_l_e_s shows how to implement simple programs that submit │ │ │ │ tasks to StarPU. │ │ ├── ./usr/share/doc/libstarpu-dev/manual/html_web_extensions/index.html │ │ │ @@ -88,15 +88,15 @@ │ │ │
│ │ │ │ │ │
│ │ │
1. StarPU Handbook - StarPU Extensions
│ │ │
│ │ │
│ │ │

Foreword

This manual documents the version 1.4.10 of StarPU. │ │ │ -Its contents was last updated on 2025-12-10. │ │ │ +Its contents was last updated on 2025-12-11. │ │ │ This is a sub-part of the StarPU documentation, go here to read the whole documentation.

│ │ │

This part explains the advanced concepts of StarPU. It is intended for users whose applications need more than basic task submission.

│ │ │

You can learn more knowledge about some important and core concepts in StarPU:

    │ │ │
  • │ │ │ After reading Chapter Tasks In StarPU, you can get more information about how to manage tasks in StarPU in Chapter Advanced Tasks In StarPU.
  • │ │ │
  • │ │ │ After reading Chapter Data Management, you can know more about how to manage the data layout of your applications in Chapter Advanced Data Management.
  • │ │ │ ├── html2text {} │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ StarPU Handbook - StarPU Extensions │ │ │ │ Loading... │ │ │ │ Searching... │ │ │ │ No Matches │ │ │ │ 1. StarPU Handbook - StarPU Extensions │ │ │ │ FFoorreewwoorrdd │ │ │ │ This manual documents the version 1.4.10 of StarPU. Its contents was last │ │ │ │ -updated on 2025-12-10. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ +updated on 2025-12-11. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ ttoo rreeaadd tthhee wwhhoollee ddooccuummeennttaattiioonn.. │ │ │ │ This part explains the advanced concepts of StarPU. It is intended for users │ │ │ │ whose applications need more than basic task submission. │ │ │ │ You can learn more knowledge about some important and core concepts in StarPU: │ │ │ │ * After reading Chapter _T_a_s_k_s_ _I_n_ _S_t_a_r_P_U, you can get more information about │ │ │ │ how to manage tasks in StarPU in Chapter _A_d_v_a_n_c_e_d_ _T_a_s_k_s_ _I_n_ _S_t_a_r_P_U. │ │ │ │ * After reading Chapter _D_a_t_a_ _M_a_n_a_g_e_m_e_n_t, you can know more about how to │ │ ├── ./usr/share/doc/libstarpu-dev/manual/html_web_faq/index.html │ │ │ @@ -88,15 +88,15 @@ │ │ │
│ │ │ │ │ │
│ │ │
1. StarPU Handbook - StarPU FAQs
│ │ │
│ │ │
│ │ │

Foreword

This manual documents the version 1.4.10 of StarPU. │ │ │ -Its contents was last updated on 2025-12-10. │ │ │ +Its contents was last updated on 2025-12-11. │ │ │ This is a sub-part of the StarPU documentation, go here to read the whole documentation.

│ │ │

This part explains how to better tune your application to achieve good performance, and also how to fix some difficulties you may encounter while implementing your applications.

│ │ │
    │ │ │
  • │ │ │ We give a list of features in Chapter Check List When Performance Are Not There which should be checked to improve performances of your applications.
  • │ │ │
  • │ │ │ There are some frequently asked questions in Chapter Frequently Asked Questions that may help you to solve your problems.
  • │ │ │ ├── html2text {} │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ StarPU Handbook - StarPU FAQs │ │ │ │ Loading... │ │ │ │ Searching... │ │ │ │ No Matches │ │ │ │ 1. StarPU Handbook - StarPU FAQs │ │ │ │ FFoorreewwoorrdd │ │ │ │ This manual documents the version 1.4.10 of StarPU. Its contents was last │ │ │ │ -updated on 2025-12-10. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ +updated on 2025-12-11. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ ttoo rreeaadd tthhee wwhhoollee ddooccuummeennttaattiioonn.. │ │ │ │ This part explains how to better tune your application to achieve good │ │ │ │ performance, and also how to fix some difficulties you may encounter while │ │ │ │ implementing your applications. │ │ │ │ * We give a list of features in Chapter _C_h_e_c_k_ _L_i_s_t_ _W_h_e_n_ _P_e_r_f_o_r_m_a_n_c_e_ _A_r_e_ _N_o_t │ │ │ │ _T_h_e_r_e which should be checked to improve performances of your │ │ │ │ applications. │ │ ├── ./usr/share/doc/libstarpu-dev/manual/html_web_installation/index.html │ │ │ @@ -88,15 +88,15 @@ │ │ │
│ │ │ │ │ │
│ │ │
1. StarPU Handbook - StarPU Installation
│ │ │
│ │ │
│ │ │

Foreword

This manual documents the version 1.4.10 of StarPU. │ │ │ -Its contents was last updated on 2025-12-10. │ │ │ +Its contents was last updated on 2025-12-11. │ │ │ This is a sub-part of the StarPU documentation, go here to read the whole documentation.

│ │ │

This parts shows a basic usage of StarPU and how to execute the provided examples or your own applications.

│ │ │
    │ │ │
  • │ │ │ Chapter Building and Installing StarPU shows how to build and install StarPU.
  • │ │ │
  • │ │ │ Chapter Compilation Configuration shows how to tune StarPU building process through configuration options.
  • │ │ │ ├── html2text {} │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ StarPU Handbook - StarPU Installation │ │ │ │ Loading... │ │ │ │ Searching... │ │ │ │ No Matches │ │ │ │ 1. StarPU Handbook - StarPU Installation │ │ │ │ FFoorreewwoorrdd │ │ │ │ This manual documents the version 1.4.10 of StarPU. Its contents was last │ │ │ │ -updated on 2025-12-10. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ +updated on 2025-12-11. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ ttoo rreeaadd tthhee wwhhoollee ddooccuummeennttaattiioonn.. │ │ │ │ This parts shows a basic usage of StarPU and how to execute the provided │ │ │ │ examples or your own applications. │ │ │ │ * Chapter _B_u_i_l_d_i_n_g_ _a_n_d_ _I_n_s_t_a_l_l_i_n_g_ _S_t_a_r_P_U shows how to build and install │ │ │ │ StarPU. │ │ │ │ * Chapter _C_o_m_p_i_l_a_t_i_o_n_ _C_o_n_f_i_g_u_r_a_t_i_o_n shows how to tune StarPU building │ │ │ │ process through configuration options. │ │ ├── ./usr/share/doc/libstarpu-dev/manual/html_web_introduction/index.html │ │ │ @@ -88,15 +88,15 @@ │ │ │
│ │ │ │ │ │
│ │ │
1. Introduction
│ │ │
│ │ │
│ │ │

Foreword

This manual documents the version 1.4.10 of StarPU. │ │ │ -Its contents was last updated on 2025-12-10. │ │ │ +Its contents was last updated on 2025-12-11. │ │ │ This is a sub-part of the StarPU documentation, go here to read the whole documentation.

│ │ │

│ │ │ Motivation

│ │ │

The use of specialized hardware, such as accelerators or coprocessors offers an interesting approach to overcoming the physical limits encountered by processor architects. As a result, many machines are now equipped with one or several accelerators (e.g. a GPU), in addition to the usual processor(s). While significant efforts have been devoted to offloading computation onto such accelerators, very little attention has been paid to portability concerns on the one hand, and to the possibility of having heterogeneous accelerators and processors interact on the other hand.

│ │ │

StarPU is a runtime system that provides support for heterogeneous multicore architectures. It not only offers a unified view of the computational resources (i.e. CPUs and accelerators simultaneously) but also takes care of efficiently mapping and executing tasks onto an heterogeneous machine while transparently handling low-level issues such as data transfers in a portable manner.

│ │ │

│ │ │ StarPU in a Nutshell

│ │ │ ├── html2text {} │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ StarPU Handbook - StarPU Introduction │ │ │ │ Loading... │ │ │ │ Searching... │ │ │ │ No Matches │ │ │ │ 1. Introduction │ │ │ │ FFoorreewwoorrdd │ │ │ │ This manual documents the version 1.4.10 of StarPU. Its contents was last │ │ │ │ -updated on 2025-12-10. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ +updated on 2025-12-11. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ ttoo rreeaadd tthhee wwhhoollee ddooccuummeennttaattiioonn.. │ │ │ │ MMoottiivvaattiioonn │ │ │ │ The use of specialized hardware, such as accelerators or coprocessors offers an │ │ │ │ interesting approach to overcoming the physical limits encountered by processor │ │ │ │ architects. As a result, many machines are now equipped with one or several │ │ │ │ accelerators (e.g. a GPU), in addition to the usual processor(s). While │ │ │ │ significant efforts have been devoted to offloading computation onto such │ │ ├── ./usr/share/doc/libstarpu-dev/manual/html_web_languages/index.html │ │ │ @@ -88,15 +88,15 @@ │ │ │
│ │ │ │ │ │
│ │ │
1. StarPU Handbook - StarPU Language Bindings
│ │ │
│ │ │
│ │ │

Foreword

This manual documents the version 1.4.10 of StarPU. │ │ │ -Its contents was last updated on 2025-12-10. │ │ │ +Its contents was last updated on 2025-12-11. │ │ │ This is a sub-part of the StarPU documentation, go here to read the whole documentation.

│ │ │

This part shows how StarPU which is natively written in C, has been extended to allow applications written in other languages to use it.

│ │ │
    │ │ │
  • │ │ │ You can learn to natively access most of StarPU functionalities from Fortran 2008+ codes with some explanations and examples in Chapter The StarPU Native Fortran Support.
  • │ │ │
  • │ │ │ You can find out how to execute Java applications with some important StarPU APIs in Chapter StarPU Java Interface.
  • │ │ │ ├── html2text {} │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ StarPU Handbook - StarPU Language Bindings │ │ │ │ Loading... │ │ │ │ Searching... │ │ │ │ No Matches │ │ │ │ 1. StarPU Handbook - StarPU Language Bindings │ │ │ │ FFoorreewwoorrdd │ │ │ │ This manual documents the version 1.4.10 of StarPU. Its contents was last │ │ │ │ -updated on 2025-12-10. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ +updated on 2025-12-11. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ ttoo rreeaadd tthhee wwhhoollee ddooccuummeennttaattiioonn.. │ │ │ │ This part shows how StarPU which is natively written in C, has been extended to │ │ │ │ allow applications written in other languages to use it. │ │ │ │ * You can learn to natively access most of StarPU functionalities from │ │ │ │ Fortran 2008+ codes with some explanations and examples in Chapter _T_h_e │ │ │ │ _S_t_a_r_P_U_ _N_a_t_i_v_e_ _F_o_r_t_r_a_n_ _S_u_p_p_o_r_t. │ │ │ │ * You can find out how to execute Java applications with some important │ │ ├── ./usr/share/doc/libstarpu-dev/manual/html_web_performances/index.html │ │ │ @@ -88,15 +88,15 @@ │ │ │
│ │ │ │ │ │
│ │ │
1. StarPU Handbook - StarPU Performances
│ │ │
│ │ │
│ │ │

Foreword

This manual documents the version 1.4.10 of StarPU. │ │ │ -Its contents was last updated on 2025-12-10. │ │ │ +Its contents was last updated on 2025-12-11. │ │ │ This is a sub-part of the StarPU documentation, go here to read the whole documentation.

│ │ │

This part shows how to measure application performances.

│ │ │
    │ │ │
  • │ │ │ Chapter Benchmarking StarPU introduces some interesting benchmarks which can be found in StarPU sources.
  • │ │ │
  • │ │ │ Chapter Online Performance Tools gives information on online performance monitoring tools to help you analyze your program
  • │ │ │ ├── html2text {} │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ StarPU Handbook - StarPU Performances │ │ │ │ Loading... │ │ │ │ Searching... │ │ │ │ No Matches │ │ │ │ 1. StarPU Handbook - StarPU Performances │ │ │ │ FFoorreewwoorrdd │ │ │ │ This manual documents the version 1.4.10 of StarPU. Its contents was last │ │ │ │ -updated on 2025-12-10. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ +updated on 2025-12-11. TThhiiss iiss aa ssuubb--ppaarrtt ooff tthhee SSttaarrPPUU ddooccuummeennttaattiioonn,, ggoo _hh_ee_rr_ee │ │ │ │ ttoo rreeaadd tthhee wwhhoollee ddooccuummeennttaattiioonn.. │ │ │ │ This part shows how to measure application performances. │ │ │ │ * Chapter _B_e_n_c_h_m_a_r_k_i_n_g_ _S_t_a_r_P_U introduces some interesting benchmarks which │ │ │ │ can be found in StarPU sources. │ │ │ │ * Chapter _O_n_l_i_n_e_ _P_e_r_f_o_r_m_a_n_c_e_ _T_o_o_l_s gives information on online performance │ │ │ │ monitoring tools to help you analyze your program │ │ │ │ * Chapter _O_f_f_l_i_n_e_ _P_e_r_f_o_r_m_a_n_c_e_ _T_o_o_l_s gives information on offline