We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go fmt
1 parent 8d17c85 commit 68d20ebCopy full SHA for 68d20eb
process_metrics_solaris.go
@@ -120,7 +120,7 @@ type psinfo_t struct {
120
/* right of the high-order bit (1.0 == 0x8000) */
121
pr_pctcpu ushort_t /* % of recent cpu time used by all lwps */
122
pr_pctmem ushort_t /* % of system memory used by process */
123
- pr_dummy int32 /* 8 byte alignment: GO doesn't do it automagically */
+ pr_dummy int32 /* 8 byte alignment: GO doesn't do it automagically */
124
// 84 + 4 = 88
125
pr_start timestruc_t /* process start time, from the epoch */
126
pr_time timestruc_t /* usr+sys cpu time for this process */
0 commit comments