Skip to content

Commit

Permalink
fixed to LINE1 the Involuntari Context Switches value in process.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaku committed Nov 25, 2024
1 parent 1dc94fb commit b7b61c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/process.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ sub process_cgi {
$str = trim((split(',', $process->{desc}->{$p} || ""))[0]) || $p;
$str =~ s/:/\\:/g; # escape colons
push(@tmpz, "LINE2:vcs" . $n . $LC[$n] . ":$str");
push(@tmpz, "LINE2:n_ics" . $n . $LC[$n]);
push(@tmpz, "LINE1:n_ics" . $n . $LC[$n]);
$str = sprintf("%-20s", substr($str, 0, 20));
push(@tmp, "LINE2:vcs" . $n . $LC[$n] . ":$str");
push(@tmp, "GPRINT:tcs" . $n . ":LAST:Cur\\:%7.1lf");
Expand Down

0 comments on commit b7b61c0

Please sign in to comment.