lm-Meter: Unveiling Runtime Inference Latency for On-Device Language Models
Haoxin Wang, Xiaolong Tu, Hongyu Ke, Huirong Chai, Dawei Chen, Kyungtae Han
TL;DR
lm-Meter tackles the lack of lightweight, real-time profiling for on-device LLMs by introducing a phase- and kernel-level latency profiler that operates directly on mobile hardware with minimal overhead. The approach yields high-fidelity measurements across phases and kernels, enabling empirical studies of performance-accuracy trade-offs and identifying bottlenecks such as prefill and GPU-idle periods. It introduces the Harmonic Quantization score ($\mathcal{HQ}$) to holistically assess quantization effects across tasks and architectures. The findings demonstrate task- and architecture-dependent Pareto frontiers and reveal substantial opportunities for system- and model-level optimizations, thereby accelerating practical deployment of privacy-preserving, on-device LLMs.
Abstract
Large Language Models (LLMs) are increasingly integrated into everyday applications, but their prevalent cloud-based deployment raises growing concerns around data privacy and long-term sustainability. Running LLMs locally on mobile and edge devices (on-device LLMs) offers the promise of enhanced privacy, reliability, and reduced communication costs. However, realizing this vision remains challenging due to substantial memory and compute demands, as well as limited visibility into performance-efficiency trade-offs on resource-constrained hardware. We propose lm-Meter, the first lightweight, online latency profiler tailored for on-device LLM inference. lm-Meter captures fine-grained, real-time latency at both phase (e.g., embedding, prefill, decode, softmax, sampling) and kernel levels without auxiliary devices. We implement lm-Meter on commercial mobile platforms and demonstrate its high profiling accuracy with minimal system overhead, e.g., only 2.58% throughput reduction in prefill and 0.99% in decode under the most constrained Powersave governor. Leveraging lm-Meter, we conduct comprehensive empirical studies revealing phase- and kernel-level bottlenecks in on-device LLM inference, quantifying accuracy-efficiency trade-offs, and identifying systematic optimization opportunities. lm-Meter provides unprecedented visibility into the runtime behavior of LLMs on constrained platforms, laying the foundation for informed optimization and accelerating the democratization of on-device LLM systems. Code and tutorials are available at https://github.com/amai-gsu/LM-Meter.
