Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
14 年之前 |
Nathalie Furmento
|
1b377f358f
src: rename internal objects following coding conventions
|
14 年之前 |
Nathalie Furmento
|
1c637eff5f
src: rename internal types following coding conventions
|
14 年之前 |
Nathalie Furmento
|
0bd2fe9020
src: rename internal types following coding conventions
|
14 年之前 |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
14 年之前 |
Nathalie Furmento
|
c68f8d40de
src/profiling/profiling.c: function renaming
|
14 年之前 |
Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
14 年之前 |
Nathalie Furmento
|
0f4dabd5bf
fixes warnings detected by icc
|
15 年之前 |
Cédric Augonnet
|
37ee43789b
Fix the profiling mode: perhaps the executing time was not updated
|
15 年之前 |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
15 年之前 |
Samuel Thibault
|
9b79aeb3a8
- Generalize performance model functions a bit to accomodate being used for power consumption.
|
15 年之前 |
Samuel Thibault
|
24b42e1038
- Add starpu_opencl_collect_stats function to collect statistics from OpenCL
|
15 年之前 |
Cédric Augonnet
|
18d2a219cc
Call starpu_profiling_init automatically during starpu_init
|
15 年之前 |
Samuel Thibault
|
a87af74021
fix signedness for atomic ops
|
15 年之前 |
Cédric Augonnet
|
e2c5593252
Add new fields in the per-task profiling info structure
|
15 年之前 |
Nathalie Furmento
|
4a983beb04
Update copyright
|
15 年之前 |
Cédric Augonnet
|
a3b97df7f8
Add profiling capabilities on the bus too. This permits to monitor bus
|
15 年之前 |
Cédric Augonnet
|
ec7ac2c525
- Rework the profiling API to use "struct timespec" rather than int64_t
|
15 年之前 |
Cédric Augonnet
|
be02d6e863
Display the name of the worker in the "activity" output.
|
15 年之前 |
Cédric Augonnet
|
e0180473f0
We wake the blocked workers when enabling profiling: this permits to properly
|
15 年之前 |
Cédric Augonnet
|
79a8173d16
Enabling profiling resets the counters, even if the profiling was already enabled.
|
15 年之前 |
Cédric Augonnet
|
cc2b13c2db
Add profiling capabilities to the workers. It is now possible to query a worker
|
15 年之前 |
Cédric Augonnet
|
2e64948872
Add some basic online performance feedback capabilities: if the profiling is
|
15 年之前 |