index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opendc-simulator
Age
Commit message (
Expand
)
Author
2022-10-21
refactor(sim/net): Re-implement network sim using flow2
Fabian Mastenbroek
2022-10-21
feat(sim/flow): Expose metrics on FlowMultiplexer
Fabian Mastenbroek
2022-10-21
feat(sim/flow): Add forwarding flow multiplexer
Fabian Mastenbroek
2022-10-21
feat(sim/flow): Support flow transformations
Fabian Mastenbroek
2022-10-21
perf(sim/flow): Add support for multi-flow stages
Fabian Mastenbroek
2022-10-06
build: Switch to Spotless for formatting
Fabian Mastenbroek
2022-10-06
style: Eliminate use of wildcard imports
Fabian Mastenbroek
2022-10-05
refactor(sim/core): Rename runBlockingSimulation to runSimulation
Fabian Mastenbroek
2022-10-05
refactor(sim/core): Use SimulationScheduler in coroutine dispatcher
Fabian Mastenbroek
2022-10-05
feat(sim/core): Add Java-based simulator core
Fabian Mastenbroek
2022-09-22
refactor(sim/compute): Simplify SimHypervisor class
Fabian Mastenbroek
2022-09-22
refactor(sim/compute): Make interference domain independent of profile
Fabian Mastenbroek
2022-09-22
refactor(compute): Simplify constructor of SimHost
Fabian Mastenbroek
2022-09-22
refactor(sim/compute): Extract Random dependency from interference model
Fabian Mastenbroek
2022-09-21
perf(sim/compute): Prevent boxing in interference algorithm
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Move interference logic into VmInterferenceMember
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Pass interference key via parameter
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Remove timestamp parameter from SimTrace
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Remove FlowEngine from SimMachineContext
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Remove convergence listener parameter
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Move VM interference model into compute simulator
Fabian Mastenbroek
2022-06-15
fix(sim/compute): Always recompute power usage
Fabian Mastenbroek
2022-06-09
fix(sim/compute): Limit growth rate for trace construction
Fabian Mastenbroek
2022-04-24
build: Move modules into subgroups
Fabian Mastenbroek
2022-04-23
build: Enable testing for all library modules
Fabian Mastenbroek
2022-02-18
refactor(simulator): Remove delta parameter from flow callbacks
Fabian Mastenbroek
2022-02-18
perf(simulator): Move logger field out of class
Fabian Mastenbroek
2022-02-18
fix(simulator): Flush results before accessing counters
Fabian Mastenbroek
2022-02-18
build: Remove opendc-platform module
Fabian Mastenbroek
2021-12-09
fix(simulator): Support convergence of space shared hypervisor
Fabian Mastenbroek
2021-11-02
refactor(trace): Support gaps in trace data
Fabian Mastenbroek
2021-10-25
refactor(simulator): Support running workloads without coroutines
Fabian Mastenbroek
2021-10-25
fix(simulator): Use correct flow input capacity for counters
Fabian Mastenbroek
2021-10-25
perf(compute): Redesign VM interference algorithm
Fabian Mastenbroek
2021-10-25
build(jmh): Fix duplicate classpath entries
Fabian Mastenbroek
2021-10-25
fix(simulator): Compute energy usage in absence of convergence
Fabian Mastenbroek
2021-10-25
fix(simulator): Fix queue resizing logic
Fabian Mastenbroek
2021-10-08
perf(simulator): Eliminate clock access in hot path
Fabian Mastenbroek
2021-10-08
perf(simulator): Specialize FlowEngine queues
Fabian Mastenbroek
2021-10-08
perf(simulator): Optimize clock storage
Fabian Mastenbroek
2021-10-08
perf(simulator): Eliminate ArrayList iteration overhead
Fabian Mastenbroek
2021-10-08
perf(simulator): Do not update outputs if rate is unchanged
Fabian Mastenbroek
2021-10-08
refactor(simulator): Simplify FlowSink implementation
Fabian Mastenbroek
2021-10-08
fix(simulator): Count interference for multiplexer inputs
Fabian Mastenbroek
2021-10-08
perf(simulator): Skip fair-share algorithm if capacity remaining
Fabian Mastenbroek
2021-10-08
perf(simulator): Optimize SimTraceWorkload
Fabian Mastenbroek
2021-10-05
perf(simulator): Only sort outputs on capacity change
Fabian Mastenbroek
2021-10-05
perf(simulator): Ignore sync pulls without changes
Fabian Mastenbroek
2021-10-05
refactor(simulator): Extract scheduler for max min multiplexer
Fabian Mastenbroek
2021-10-05
perf(simulator): Manage deadlines centrally in max min mux
Fabian Mastenbroek
[next]