Home
last modified time | relevance | path

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

/dports/sysutils/lxtask/lxtask-0.1.10/src/
H A Dfunctions.c71 …new_tmp->time_percentage = (gfloat)(tmp->time - tmp->old_time) * (gfloat)(1000.0f / (refresh_inter… in refresh_task_list()
77 tmp->time_percentage != new_tmp->time_percentage || in refresh_task_list()
86 tmp->time_percentage=new_tmp->time_percentage; in refresh_task_list()
92 tmp->time_percentage=new_tmp->time_percentage; in refresh_task_list()
181 cpu_usage += tmp->time_percentage; in get_cpu_usage()
H A Dtypes.h40 gfloat time_percentage; member
H A Dxfce-taskmanager-linux.c171 task->time_percentage = 0; in get_task_details()
H A Dinterface.c466 sprintf(buf,"%0d%%", (guint)task->time_percentage); in fill_list_item()
/dports/lang/elixir/elixir-1.12.3/lib/mix/lib/mix/tasks/
H A Dprofile.eprof.ex275 time_percentage = :erlang.float_to_binary(100 * divide(time, total_time), [{:decimals, 2}])
280 [mfa, count, time_percentage, time, time_per_call]
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/lib/mix/tasks/
H A Dprofile.eprof.ex275 time_percentage = :erlang.float_to_binary(100 * divide(time, total_time), [{:decimals, 2}])
280 [mfa, count, time_percentage, time, time_per_call]