-
- Downloads
Merge pull request #209 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:feature/rprof to master
* commit '54a51f10': disable memory tracing when profiling ends allow multiple Memory tracing listeners add memory profiling to Rprof via generic mechanism for computing object size
No related branches found
No related tags found
Showing
- com.oracle.truffle.r.engine/src/com/oracle/truffle/r/engine/shell/RCommand.java 2 additions, 2 deletions...ngine/src/com/oracle/truffle/r/engine/shell/RCommand.java
- com.oracle.truffle.r.library/src/com/oracle/truffle/r/library/utils/ObjectSize.java 27 additions, 170 deletions...ry/src/com/oracle/truffle/r/library/utils/ObjectSize.java
- com.oracle.truffle.r.library/src/com/oracle/truffle/r/library/utils/Rprof.java 79 additions, 11 deletions...library/src/com/oracle/truffle/r/library/utils/Rprof.java
- com.oracle.truffle.r.library/src/com/oracle/truffle/r/library/utils/Rprofmem.java 149 additions, 0 deletions...rary/src/com/oracle/truffle/r/library/utils/Rprofmem.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/TraceFunctions.java 15 additions, 5 deletions...m/oracle/truffle/r/nodes/builtin/base/TraceFunctions.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/foreign/ForeignFunctions.java 3 additions, 1 deletion...ruffle/r/nodes/builtin/base/foreign/ForeignFunctions.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/Utils.java 12 additions, 0 deletions...fle.r.runtime/src/com/oracle/truffle/r/runtime/Utils.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/AgentObjectSizeFactory.java 228 additions, 0 deletions...oracle/truffle/r/runtime/data/AgentObjectSizeFactory.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/MemoryCopyTracer.java 28 additions, 20 deletions...c/com/oracle/truffle/r/runtime/data/MemoryCopyTracer.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/ObjSizeAgent.java 52 additions, 0 deletions...e/src/com/oracle/truffle/r/runtime/data/ObjSizeAgent.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/ObjectSizeFactory.java 53 additions, 0 deletions.../com/oracle/truffle/r/runtime/data/ObjectSizeFactory.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/OutputAgentObjectSizeFactory.java 57 additions, 0 deletions.../truffle/r/runtime/data/OutputAgentObjectSizeFactory.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RComplex.java 1 addition, 1 deletion...ntime/src/com/oracle/truffle/r/runtime/data/RComplex.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RDataFactory.java 64 additions, 22 deletions...e/src/com/oracle/truffle/r/runtime/data/RDataFactory.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RDouble.java 1 addition, 1 deletion...untime/src/com/oracle/truffle/r/runtime/data/RDouble.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RInteger.java 1 addition, 1 deletion...ntime/src/com/oracle/truffle/r/runtime/data/RInteger.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RLogical.java 1 addition, 1 deletion...ntime/src/com/oracle/truffle/r/runtime/data/RLogical.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RObjectSize.java 133 additions, 0 deletions...me/src/com/oracle/truffle/r/runtime/data/RObjectSize.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RRaw.java 1 addition, 1 deletion...r.runtime/src/com/oracle/truffle/r/runtime/data/RRaw.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RScalarVector.java 4 additions, 4 deletions.../src/com/oracle/truffle/r/runtime/data/RScalarVector.java
Loading
Please register or sign in to comment