Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellframe-node-diagtool
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-node-diagtool
Commits
cfec047b
Commit
cfec047b
authored
2 weeks ago
by
Denis Sumin
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
5009a6d3
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CellframeNodeDiagtool/WinDiagnostic.cpp
+1
-1
1 addition, 1 deletion
CellframeNodeDiagtool/WinDiagnostic.cpp
CellframeNodeDiagtool/WinDiagnostic.h
+2
-2
2 additions, 2 deletions
CellframeNodeDiagtool/WinDiagnostic.h
with
3 additions
and
3 deletions
CellframeNodeDiagtool/WinDiagnostic.cpp
+
1
−
1
View file @
cfec047b
...
@@ -103,7 +103,7 @@ void WinDiagnostic::refresh_win_snapshot()
...
@@ -103,7 +103,7 @@ void WinDiagnostic::refresh_win_snapshot()
}
}
}
}
QJsonObject
WinDiagnostic
::
get_process_info
(
int
totalRam
)
QJsonObject
WinDiagnostic
::
get_process_info
(
long
proc_id
,
int
totalRam
)
{
{
refresh_win_snapshot
();
refresh_win_snapshot
();
...
...
This diff is collapsed.
Click to expand it.
CellframeNodeDiagtool/WinDiagnostic.h
+
2
−
2
View file @
cfec047b
...
@@ -14,8 +14,8 @@ public:
...
@@ -14,8 +14,8 @@ public:
explicit
WinDiagnostic
(
AbstractDiagnostic
*
parent
=
nullptr
);
explicit
WinDiagnostic
(
AbstractDiagnostic
*
parent
=
nullptr
);
private:
private:
QJsonObject
get_sys_info
();
QJsonObject
get_sys_info
()
override
;
QJsonObject
get_process_info
(
int
totalRam
);
QJsonObject
get_process_info
(
long
pid
,
int
totalRam
)
override
;
long
get_memory_size
(
HANDLE
hProc
);
long
get_memory_size
(
HANDLE
hProc
);
ULONGLONG
ft2ull
(
FILETIME
&
ft
);
ULONGLONG
ft2ull
(
FILETIME
&
ft
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment