Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for JPROFILER_HOME (1.04 sec)

  1. .teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt

            """.trimIndent()
        detectHangingBuilds = false
        requirements {
            requiresNotEc2Agent()
            requiresNotSharedHost()
        }
        params {
            param("env.JPROFILER_HOME", os.jprofilerHome)
            param("performance.db.username", "tcagent")
        }
    }
    
    fun performanceTestCommandLine(
        task: String,
        baselines: String,
        extraParameters: String = "",
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Aug 25 20:21:47 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt

                )
                when (os) {
                    Os.WINDOWS -> {
                        profilerParam("jprofiler")
                        param("env.JPROFILER_HOME", "C:\\Program Files\\jprofiler\\jprofiler11.1.4")
                    }
    
                    else -> {
                        profilerParam("async-profiler")
                        param("env.FG_HOME_DIR", "/opt/FlameGraph")
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top