Skip to content
Extraits de code Groupes Projets
Valider 6526f6ac rédigé par JordanHanotiaux's avatar JordanHanotiaux
Parcourir les fichiers

up

parent a1430d24
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
import pandas as pd
df = pd.read_csv("emissions_naive.csv")
print(df[["duration", "emissions", "emissions_rate", "cpu_power", "gpu_power"]])
\ No newline at end of file
df = pd.read_csv("emissions_fast.csv")
print(df["gpu_power"])
\ No newline at end of file
timestamp,project_name,run_id,experiment_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
2025-05-20T10:14:21,codecarbon,71f66f8a-476a-4c36-856b-d8f1ae3342b1,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,0.0101806027814745,5.3464753845869e-08,5.25162949517661e-06,216.36224151265608,0.0,10.0,3.7039807410446657e-07,0.0,1.672751580675443e-08,3.87125589911221e-07,Belgium,BEL,brussels capital,,,Linux-5.4.286-1.el8.elrepo.x86_64-x86_64-with-glibc2.28,3.12.8,3.0.1,2,Intel(R) Xeon(R) Gold 6346 CPU @ 3.10GHz,1,1 x NVIDIA A10,4.4383,50.842,2.0,machine,N,1.0
2025-05-20T10:27:55,codecarbon,c51c068c-585e-4ef4-91a1-5d0cc2e85d4e,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,0.010922254994511604,6.661268210444934e-08,6.098803052842292e-06,243.44435088167597,0.0,10.0,4.6361175978781866e-07,0.0,1.8714857287704945e-08,4.823266170755236e-07,Belgium,BEL,brussels capital,,,Linux-5.4.286-1.el8.elrepo.x86_64-x86_64-with-glibc2.28,3.12.8,3.0.1,2,Intel(R) Xeon(R) Gold 6346 CPU @ 3.10GHz,1,1 x NVIDIA A10,4.4383,50.842,2.0,machine,N,1.0
......@@ -9,6 +9,6 @@ FUNCTION SUMMARY (total):
49.7 726 1,830 1 158 1830958 taupreload_main
24.6 904 904 1 0 904273 matrix_mul
24.5 902 902 1 0 902003 cl_int clFinish(cl_command_queue) C
2.9 107 107 1 0 107413 cl_context clCreateContext(const cl_context_properties *, cl_uint, const cl_device_id *, void (*)(const char *, const void *, size_t, void *), void *, cl_int *) C
1.8 66 66 2 0 33116 cl_int clGetPlatformIDs(cl_uint, cl_platform_id *, cl_uint *) C
0.4 14 14 9 0 1624 cl_int clBuildProgram(cl_program, cl_uint, const cl_device_id *, const char *, void (*)(cl_program, void *), void *) C
\ No newline at end of file
2.9 107 107 1 0 107413 cl_context clCreateContext
1.8 66 66 2 0 33116 cl_int clGetPlatformIDs
0.4 14 14 9 0 1624 cl_int clBuildProgram
\ No newline at end of file
......@@ -9,6 +9,6 @@ FUNCTION SUMMARY (total):
50.0 725 12,055 1 157 12055839 taupreload_main
45.8 11,061 11,061 1 0 11061448 cl_int clFinish(cl_command_queue) C
45.8 11,061 11,061 1 0 11061306 matrix_mul
0.5 126 126 2 0 63131 cl_int clGetPlatformIDs(cl_uint, cl_platform_id *, cl_uint *) C
0.5 115 115 1 0 115365 cl_context clCreateContext(const cl_context_properties *, cl_uint, const cl_device_id *, void (*)(const char *, const void *, size_t, void *), void *, cl_int *) C
0.1 15 15 9 0 1723 cl_int clBuildProgram(cl_program, cl_uint, const cl_device_id *, const char *, void (*)(cl_program, void *), void *) C
\ No newline at end of file
0.5 126 126 2 0 63131 cl_int clGetPlatformIDs
0.5 115 115 1 0 115365 cl_context clCreateContext
0.1 15 15 9 0 1723 cl_int clBuildProgram
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter