다음을 통해 공유


PerformanceHintManager.CreateHintSession(Int32[], Int64) 메서드

정의

지정된 스레드 집합에 대한 a Session 를 만들고 초기 대상 작업 기간을 설정합니다.

[Android.Runtime.Register("createHintSession", "([IJ)Landroid/os/PerformanceHintManager$Session;", "", ApiSince=31)]
public Android.OS.PerformanceHintManager.Session? CreateHintSession (int[] tids, long initialTargetWorkDurationNanos);
[<Android.Runtime.Register("createHintSession", "([IJ)Landroid/os/PerformanceHintManager$Session;", "", ApiSince=31)>]
member this.CreateHintSession : int[] * int64 -> Android.OS.PerformanceHintManager.Session

매개 변수

tids
Int32[]

이 세션과 연결할 스레드 목록입니다. 이 프로세스의 스레드 그룹에 속해야 합니다.

initialTargetWorkDurationNanos
Int64

새 세션에 대해 원하는 기간(나노초)입니다.

반환

새 세션이 이 디바이스에서 지원되는 경우 이 디바이스에서 힌트 세션이 지원되지 않는 경우 null입니다.

특성

설명

에 대한 android.os.PerformanceHintManager.createHintSession(int[], long)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상