지정: 개발 중인 드라이버를 사용할 때와 같이 처음에 기기를 지정하는 경우 사전 정의된(고정된) 클록 및 워크로드를 사용하여 렌더링된 초당 프레임 수(fps)를 측정합니다. 이렇게 하면 하드웨어 기능을 명확하게 파악할 수 있습니다.
개발: 드라이버가 개발되는 과정에서 고정된 일련의 사용자 작업을 사용하여 애니메이션에서 눈에 띄는 버벅거림이 발생하는 횟수를 측정합니다.
프로덕션: 기기를 경쟁 제품과 비교할 준비가 되면 끊김 현상이 증가할 때까지 워크로드를 늘립니다. 현재 클록 설정이 워크로드를 감당할 수 있는지 확인합니다. 이를 통해 클록 속도를 늦추고 전원 사용을 줄여야 하는 지점을 파악할 수 있습니다.
지정 단계에서 기기의 기능을 알아보려면 platform/frameworks/native/cmds/flatland/에 있는 Flatland 도구를 사용하세요.
Flatland는 고정 클록을 사용하여 조합에 기반한 워크로드로 달성할 수 있는 처리량을 보여줍니다. 또한 gralloc 버퍼를 사용하여 다중 창 시나리오를 시뮬레이션하고 창을 GL로 채운 다음 조합을 측정합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# Implementation testing\n\nReview the following information to test graphics implementations.\n\nFor benchmarking, use the following flow by phase:\n\n- *Specification.* When initially specifying the device (such as when using immature drivers), use predefined (fixed) clocks and workloads to measure frames per second (fps) rendered. This gives a clear view of hardware capabilities.\n- *Development.* As drivers mature, use a fixed set of user actions to measure the number of visible stutters (janks) in animations.\n- *Production.* When a device is ready for comparison against competitors, increase the workload until stutters increase. Determine if the current clock settings can keep up with the load. This can help you identify where to slow the clocks and reduce power use.\n\nFor help deriving device capabilities during the specification phase, use the\nFlatland tool at `platform/frameworks/native/cmds/flatland/`.\nFlatland relies on fixed clocks and shows the throughput achievable with\ncomposition-based workloads. It uses gralloc buffers to simulate multiple window\nscenarios, filling in the window with GL then measuring the compositing.\n| **Note:** Flatland uses the synchronization framework to measure time, so your implementation must support the synchronization framework."]]