Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
gpucloudsim
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LPDS
gpucloudsim
Commits
3801ffb7
Commit
3801ffb7
authored
Nov 09, 2018
by
Ahmad Siavashi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FairShare class name corrected
parent
1bdb3ef1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
PerformanceVgpuSchedulerFairShare.java
...im/gpu/performance/PerformanceVgpuSchedulerFairShare.java
+4
-4
No files found.
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/gpu/performance/PerformanceVgpuScheduler
Leftover
.java
→
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/gpu/performance/PerformanceVgpuScheduler
FairShare
.java
View file @
3801ffb7
...
...
@@ -10,8 +10,8 @@ import org.cloudbus.cloudsim.gpu.performance.models.PerformanceModel;
import
org.cloudbus.cloudsim.gpu.selection.PgpuSelectionPolicy
;
/**
* * {@link PerformanceVgpuScheduler
Leftover
} extends
* {@link org.cloudbus.cloudsim.gpu.VgpuScheduler
Leftover VgpuSchedulerLeftover
}
* * {@link PerformanceVgpuScheduler
FairShare
} extends
* {@link org.cloudbus.cloudsim.gpu.VgpuScheduler
FairShare VgpuSchedulerFairShare
}
* to add support for
* {@link org.cloudbus.cloudsim.gpu.performance.models.PerformanceModel
* PerformanceModels}.
...
...
@@ -19,7 +19,7 @@ import org.cloudbus.cloudsim.gpu.selection.PgpuSelectionPolicy;
* @author Ahmad Siavashi
*
*/
public
class
PerformanceVgpuScheduler
Leftover
extends
VgpuSchedulerFairShare
implements
PerformanceScheduler
<
Vgpu
>
{
public
class
PerformanceVgpuScheduler
FairShare
extends
VgpuSchedulerFairShare
implements
PerformanceScheduler
<
Vgpu
>
{
/** The performance model */
private
PerformanceModel
<
VgpuScheduler
,
Vgpu
>
performanceModel
;
...
...
@@ -31,7 +31,7 @@ public class PerformanceVgpuSchedulerLeftover extends VgpuSchedulerFairShare imp
* @param performanceModel
* the performance model
*/
public
PerformanceVgpuScheduler
Leftover
(
int
videoCardType
,
List
<
Pgpu
>
pgpuList
,
public
PerformanceVgpuScheduler
FairShare
(
int
videoCardType
,
List
<
Pgpu
>
pgpuList
,
PgpuSelectionPolicy
pgpuSelectionPolicy
,
PerformanceModel
<
VgpuScheduler
,
Vgpu
>
performanceModel
)
{
super
(
videoCardType
,
pgpuList
,
pgpuSelectionPolicy
);
this
.
performanceModel
=
performanceModel
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment