Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリケーションでは、プロセスごとに CPU サイクルを処理するために消費されるバッテリーを計算したいと考えています。CPUサイクルを実行するプロセスで使用されるバッテリーを計算する式はありますか
I have code like this in my view model:
function ChatListViewModel(chats) { var self = this; self.newCommentText = ko.observable();